Spaces:
Running
Running
Andres Felipe Ruiz-Hurtado
commited on
Commit
·
4a4e0fe
1
Parent(s):
5973f72
update requirements
Browse files
main.py
CHANGED
@@ -199,6 +199,6 @@ if __name__ == "__main__":
|
|
199 |
#demo.launch(show_api=False)
|
200 |
#client = Client(demo)
|
201 |
#demo.launch(show_api=True, server_name="0.0.0.0", server_port=int(os.environ.get("GRADIO_SERVER_PORT", 7861)))
|
202 |
-
demo.launch(
|
203 |
|
204 |
|
|
|
199 |
#demo.launch(show_api=False)
|
200 |
#client = Client(demo)
|
201 |
#demo.launch(show_api=True, server_name="0.0.0.0", server_port=int(os.environ.get("GRADIO_SERVER_PORT", 7861)))
|
202 |
+
demo.launch(server_port=int(os.environ.get("GRADIO_SERVER_PORT", 7860)), share=False)
|
203 |
|
204 |
|