Update app.py
Browse files
app.py
CHANGED
@@ -308,7 +308,7 @@ def main():
|
|
308 |
outputs=[image_output, text_output1, entity_output],
|
309 |
show_progress=True, queue=True)
|
310 |
|
311 |
-
demo.launch(share=
|
312 |
|
313 |
|
314 |
if __name__ == "__main__":
|
|
|
308 |
outputs=[image_output, text_output1, entity_output],
|
309 |
show_progress=True, queue=True)
|
310 |
|
311 |
+
demo.launch(share=False)
|
312 |
|
313 |
|
314 |
if __name__ == "__main__":
|