Spaces:
Runtime error
Runtime error
Tobias Cornille
commited on
Commit
•
379bc35
1
Parent(s):
9e815ad
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",
|