Spaces:
Runtime error
Runtime error
Commit ·
ec9dffa
1
Parent(s): b1cb1f2
Update app.py
Browse files
app.py
CHANGED
|
@@ -122,7 +122,7 @@ if __name__ == "__main__":
|
|
| 122 |
run_button.click(fn=run_grounding, inputs=[
|
| 123 |
input_image, grounding_caption, box_threshold, text_threshold], outputs=[gallery])
|
| 124 |
gr.Examples(
|
| 125 |
-
[["
|
| 126 |
inputs = [input_image, grounding_caption, box_threshold, text_threshold],
|
| 127 |
outputs = [gallery],
|
| 128 |
fn=run_grounding,
|
|
|
|
| 122 |
run_button.click(fn=run_grounding, inputs=[
|
| 123 |
input_image, grounding_caption, box_threshold, text_threshold], outputs=[gallery])
|
| 124 |
gr.Examples(
|
| 125 |
+
[["watermelon.jpg", "watermelon", 0.25, 0.25]],
|
| 126 |
inputs = [input_image, grounding_caption, box_threshold, text_threshold],
|
| 127 |
outputs = [gallery],
|
| 128 |
fn=run_grounding,
|