Spaces:
Build error
Build error
hellopahe
commited on
Commit
·
e9377d8
1
Parent(s):
93e5f33
fix
Browse files
app.py
CHANGED
|
@@ -61,6 +61,6 @@ app.launch(
|
|
| 61 |
# enable share will generate a temporary public link.
|
| 62 |
# share=True,
|
| 63 |
# debug=True,
|
| 64 |
-
auth=("qee", "world"),
|
| 65 |
-
auth_message="请登陆"
|
| 66 |
)
|
|
|
|
| 61 |
# enable share will generate a temporary public link.
|
| 62 |
# share=True,
|
| 63 |
# debug=True,
|
| 64 |
+
# auth=("qee", "world"),
|
| 65 |
+
# auth_message="请登陆"
|
| 66 |
)
|