Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -164,9 +164,13 @@ demo = gr.Interface(
|
|
| 164 |
outputs = gr.Image(type="pil", label="Detections"),
|
| 165 |
title = "LLMDet Demo: Open-Vocabulary Grounded Object Detection",
|
| 166 |
description = f"""Upload an image, enter text queries, and adjust thresholds to see detections.
|
|
|
|
| 167 |
Adapted from LLMDet GitHub repo [Hugging Face demo](https://github.com/iSEE-Laboratory/LLMDet/tree/main/hf_model).
|
|
|
|
| 168 |
This space uses: {model_id}
|
|
|
|
| 169 |
See original:
|
|
|
|
| 170 |
* [LLMDet GitHub](https://github.com/iSEE-Laboratory/LLMDet/tree/main?tab=readme-ov-file)
|
| 171 |
* [LLMDet Paper](https://arxiv.org/abs/2501.18954) - LLMDet: Learning Strong Open-Vocabulary Object Detectors under the Supervision of Large Language Models
|
| 172 |
* LLMDet model checkpoints:
|
|
|
|
| 164 |
outputs = gr.Image(type="pil", label="Detections"),
|
| 165 |
title = "LLMDet Demo: Open-Vocabulary Grounded Object Detection",
|
| 166 |
description = f"""Upload an image, enter text queries, and adjust thresholds to see detections.
|
| 167 |
+
|
| 168 |
Adapted from LLMDet GitHub repo [Hugging Face demo](https://github.com/iSEE-Laboratory/LLMDet/tree/main/hf_model).
|
| 169 |
+
|
| 170 |
This space uses: {model_id}
|
| 171 |
+
|
| 172 |
See original:
|
| 173 |
+
|
| 174 |
* [LLMDet GitHub](https://github.com/iSEE-Laboratory/LLMDet/tree/main?tab=readme-ov-file)
|
| 175 |
* [LLMDet Paper](https://arxiv.org/abs/2501.18954) - LLMDet: Learning Strong Open-Vocabulary Object Detectors under the Supervision of Large Language Models
|
| 176 |
* LLMDet model checkpoints:
|