xiaolv commited on
Commit
5d1fe9f
1 Parent(s): fa4def4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -112,6 +112,6 @@ if __name__ == "__main__":
112
  send.click(request_to_v2, [inputs, cookies, user_id,channel_id,state], [chatbot, state], api_name="xiaolvgpt", show_progress=True)
113
 
114
  # 为网站设置密码防止滥用
115
- dialog_app.launch(auth=("admin", "2240560729"),show_error=True,show_api=True,share=True, inbrowser=True)
116
 
117
 
 
112
  send.click(request_to_v2, [inputs, cookies, user_id,channel_id,state], [chatbot, state], api_name="xiaolvgpt", show_progress=True)
113
 
114
  # 为网站设置密码防止滥用
115
+ dialog_app.launch(auth=("admin", "2240560729"),show_error=True,show_api=True, inbrowser=True)
116
 
117