Spaces:
Sleeping
Sleeping
update app.py
#1
by
SameerArz
- opened
app.py
CHANGED
@@ -150,4 +150,4 @@ examples = [['cat-4894153_1920.jpg', 'where are the cats?'], ['men-6245003_1920.
|
|
150 |
io = gr.Interface(fn=open_domain_vqa, inputs=[gr.inputs.Image(type='pil'), "textbox"], outputs=gr.outputs.Textbox(label="Answer"),
|
151 |
title=title, description=description, article=article, examples=examples,
|
152 |
allow_flagging=False, allow_screenshot=False)
|
153 |
-
io.launch()
|
|
|
150 |
io = gr.Interface(fn=open_domain_vqa, inputs=[gr.inputs.Image(type='pil'), "textbox"], outputs=gr.outputs.Textbox(label="Answer"),
|
151 |
title=title, description=description, article=article, examples=examples,
|
152 |
allow_flagging=False, allow_screenshot=False)
|
153 |
+
io.launch(share=True)
|