Spaces:
Running
Running
eljanmahammadli
commited on
Commit
•
771c8c5
1
Parent(s):
1c49ee1
Update app.py
Browse files
app.py
CHANGED
@@ -312,4 +312,4 @@ with gr.Blocks() as demo:
|
|
312 |
|
313 |
|
314 |
if __name__ == "__main__":
|
315 |
-
demo.launch(share=True, server_name="0.0.0.0",
|
|
|
312 |
|
313 |
|
314 |
if __name__ == "__main__":
|
315 |
+
demo.launch(share=True, server_name="0.0.0.0", auth=("polygraf-admin", "test@aisd"))
|