Spaces:
Sleeping
Sleeping
aliasgerovs
commited on
Commit
·
3fe826c
1
Parent(s):
d53b62d
Updated port
Browse files
app.py
CHANGED
@@ -679,4 +679,4 @@ with gr.Blocks() as demo:
|
|
679 |
date_from = ""
|
680 |
date_to = ""
|
681 |
|
682 |
-
demo.launch(share=True, server_name="0.0.0.0", auth=("polygraf-admin", "test@aisd"))
|
|
|
679 |
date_from = ""
|
680 |
date_to = ""
|
681 |
|
682 |
+
demo.launch(share=True, server_name="0.0.0.0", server_port =80, auth=("polygraf-admin", "test@aisd"))
|