Spaces:
Running
Running
Commit
·
27486e3
1
Parent(s):
d40ec4d
update app
Browse files
app.py
CHANGED
|
@@ -115,5 +115,5 @@ if __name__ == "__main__":
|
|
| 115 |
run_button.click(fn=run_grounding, inputs=[
|
| 116 |
input_image, grounding_caption, box_threshold, text_threshold], outputs=[gallery])
|
| 117 |
|
| 118 |
-
block.launch(
|
| 119 |
|
|
|
|
| 115 |
run_button.click(fn=run_grounding, inputs=[
|
| 116 |
input_image, grounding_caption, box_threshold, text_threshold], outputs=[gallery])
|
| 117 |
|
| 118 |
+
block.launch(share=False, show_api=False, show_error=True)
|
| 119 |
|