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