Spaces:
Running
Running
Update main.py
Browse files
main.py
CHANGED
@@ -242,6 +242,6 @@ if __name__ == "__main__":
|
|
242 |
#demo.launch(show_api=False)
|
243 |
#client = Client(demo)
|
244 |
#demo.launch(show_api=True, server_name="0.0.0.0", server_port=int(os.environ.get("GRADIO_SERVER_PORT", 7861)))
|
245 |
-
demo.launch(server_port=int(os.environ.get("GRADIO_SERVER_PORT", 7860)), share=
|
246 |
|
247 |
|
|
|
242 |
#demo.launch(show_api=False)
|
243 |
#client = Client(demo)
|
244 |
#demo.launch(show_api=True, server_name="0.0.0.0", server_port=int(os.environ.get("GRADIO_SERVER_PORT", 7861)))
|
245 |
+
demo.launch(server_port=int(os.environ.get("GRADIO_SERVER_PORT", 7860)), share=False)
|
246 |
|
247 |
|