Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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,
|
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 |
|