set share=True
Browse files- gradio_app.py +1 -1
gradio_app.py
CHANGED
@@ -4,4 +4,4 @@ from app import main_interface
|
|
4 |
demo = main_interface()
|
5 |
|
6 |
if __name__ == "__main__":
|
7 |
-
demo.launch()
|
|
|
4 |
demo = main_interface()
|
5 |
|
6 |
if __name__ == "__main__":
|
7 |
+
demo.launch(share=True)
|