Spaces:
Running
Running
jiang
commited on
Commit
•
16d7835
1
Parent(s):
38b7023
update
Browse files
app.py
CHANGED
@@ -43,5 +43,5 @@ io = gr.Interface(fn=visual_grounding, inputs=[gr.inputs.Image(type='pil'), "tex
|
|
43 |
title=title, description=description, article=article, examples=examples,
|
44 |
allow_flagging=False, allow_screenshot=False)
|
45 |
# io.launch(cache_examples=True)
|
46 |
-
io.launch(
|
47 |
|
|
|
43 |
title=title, description=description, article=article, examples=examples,
|
44 |
allow_flagging=False, allow_screenshot=False)
|
45 |
# io.launch(cache_examples=True)
|
46 |
+
io.launch()
|
47 |
|