Spaces:
Sleeping
Sleeping
Set password authentication
Browse files
app.py
CHANGED
|
@@ -309,7 +309,7 @@ if __name__ == "__main__":
|
|
| 309 |
demo.launch(
|
| 310 |
server_name="0.0.0.0",
|
| 311 |
server_port=7860,
|
| 312 |
-
auth=("starflow", "
|
| 313 |
share=False # Set to True if you want public Gradio link
|
| 314 |
)
|
| 315 |
|
|
|
|
| 309 |
demo.launch(
|
| 310 |
server_name="0.0.0.0",
|
| 311 |
server_port=7860,
|
| 312 |
+
auth=("starflow", "im30"), # Change password!
|
| 313 |
share=False # Set to True if you want public Gradio link
|
| 314 |
)
|
| 315 |
|