Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -885,4 +885,4 @@ demo.queue(max_size=20, default_concurrency_limit=32)
|
|
885 |
|
886 |
# Launch the Gradio app
|
887 |
if __name__ == "__main__":
|
888 |
-
demo.launch()
|
|
|
885 |
|
886 |
# Launch the Gradio app
|
887 |
if __name__ == "__main__":
|
888 |
+
demo.launch(share=True)
|