Spaces:
Running
Running
jiang
commited on
Commit
•
45c4016
1
Parent(s):
05ab3ae
update
Browse files
.DS_Store
CHANGED
Binary files a/.DS_Store and b/.DS_Store differ
|
|
app.py
CHANGED
@@ -45,6 +45,5 @@ io = gr.Interface(fn=visual_grounding, inputs=[gr.inputs.Image(type='pil'), "tex
|
|
45 |
outputs=[gr.outputs.Image(label="output", type='numpy'), gr.outputs.Image(label="predicted mask", type='numpy')],
|
46 |
title=title, description=description, examples=examples,
|
47 |
allow_flagging=False, allow_screenshot=False)
|
48 |
-
io.launch(
|
49 |
-
# io.launch()
|
50 |
|
|
|
45 |
outputs=[gr.outputs.Image(label="output", type='numpy'), gr.outputs.Image(label="predicted mask", type='numpy')],
|
46 |
title=title, description=description, examples=examples,
|
47 |
allow_flagging=False, allow_screenshot=False)
|
48 |
+
io.launch()
|
|
|
49 |
|