Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -327,7 +327,7 @@ def create_gradio_interface():
|
|
| 327 |
)
|
| 328 |
md3_prompt_input = gr.Textbox(
|
| 329 |
label="Prompt (object to detect/question to ask)",
|
| 330 |
-
placeholder="e.g., 'car', 'person', 'What's in this image?'"
|
| 331 |
)
|
| 332 |
md3_max_objects = gr.Number(
|
| 333 |
label="Max Objects (for Object Detection only)",
|
|
|
|
| 327 |
)
|
| 328 |
md3_prompt_input = gr.Textbox(
|
| 329 |
label="Prompt (object to detect/question to ask)",
|
| 330 |
+
placeholder="e.g., 'car', 'person', 'What's in this image?'"
|
| 331 |
)
|
| 332 |
md3_max_objects = gr.Number(
|
| 333 |
label="Max Objects (for Object Detection only)",
|