Spaces:
Runtime error
Runtime error
Tobias Cornille
commited on
Fix gradio
Browse files
app.py
CHANGED
|
@@ -497,7 +497,7 @@ if __name__ == "__main__":
|
|
| 497 |
label="Stuff categories (i.e. categories without instances), comma-separated",
|
| 498 |
placeholder="E.g. sky, road, buildings",
|
| 499 |
)
|
| 500 |
-
run_button = gr.Button(
|
| 501 |
with gr.Accordion("Advanced options", open=False):
|
| 502 |
box_threshold = gr.Slider(
|
| 503 |
label="Grounding DINO box threshold",
|
|
|
|
| 497 |
label="Stuff categories (i.e. categories without instances), comma-separated",
|
| 498 |
placeholder="E.g. sky, road, buildings",
|
| 499 |
)
|
| 500 |
+
run_button = gr.Button(value="Run")
|
| 501 |
with gr.Accordion("Advanced options", open=False):
|
| 502 |
box_threshold = gr.Slider(
|
| 503 |
label="Grounding DINO box threshold",
|