Spaces:
Runtime error
Runtime error
update
Browse files
app.py
CHANGED
|
@@ -173,4 +173,4 @@ if __name__ == "__main__":
|
|
| 173 |
)
|
| 174 |
vqa_btn.click(fn=http_bot, inputs=[image_input, text_input], outputs=vqa_output)
|
| 175 |
|
| 176 |
-
demo.launch()
|
|
|
|
| 173 |
)
|
| 174 |
vqa_btn.click(fn=http_bot, inputs=[image_input, text_input], outputs=vqa_output)
|
| 175 |
|
| 176 |
+
demo.launch(share=True)
|