Spaces:
Runtime error
Runtime error
aliasgerovs
commited on
Commit
·
d2b718a
1
Parent(s):
162c216
Updated demo
Browse files
app.py
CHANGED
@@ -634,4 +634,4 @@ with gr.Blocks() as demo:
|
|
634 |
date_from = ""
|
635 |
date_to = ""
|
636 |
|
637 |
-
demo.launch(share=True, server_name="0.0.0.0", auth=("polygraf-admin", "test@aisd"))
|
|
|
634 |
date_from = ""
|
635 |
date_to = ""
|
636 |
|
637 |
+
demo.launch(share=True, server_name="0.0.0.0", server_port = 80, auth=("polygraf-admin", "test@aisd"))
|