Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -48,5 +48,5 @@ with block:
|
|
48 |
submit = gr.Button("提交")
|
49 |
submit.click(chatgpt_clone, inputs=[message, state], outputs=[chatbot, state])
|
50 |
|
51 |
-
block.launch(debug =
|
52 |
|
|
|
48 |
submit = gr.Button("提交")
|
49 |
submit.click(chatgpt_clone, inputs=[message, state], outputs=[chatbot, state])
|
50 |
|
51 |
+
block.launch(debug = False,auth=("Zookchatbot", "12345678"))
|
52 |
|