letscodeclarence commited on
Commit
4fe7e49
·
1 Parent(s): d2d7be0

update users

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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")]))