Spaces:
Sleeping
Sleeping
Commit
·
4fe7e49
1
Parent(s):
d2d7be0
update users
Browse files
app.py
CHANGED
|
@@ -45,4 +45,4 @@ with gr.Blocks() as demo:
|
|
| 45 |
|
| 46 |
clear.click(lambda: None, None, chatbot, queue=False).success(init_history, [state], [state])
|
| 47 |
|
| 48 |
-
demo.launch(auth=([("gemaoheng", "Password@123456"),("dongchl", "Password@123456")]))
|
|
|
|
| 45 |
|
| 46 |
clear.click(lambda: None, None, chatbot, queue=False).success(init_history, [state], [state])
|
| 47 |
|
| 48 |
+
demo.launch(auth=([("gemaoheng", "Password@123456"),("dongchl", "Password@123456"),("fangfang", "Password@123456")]))
|