Update app.py
Browse files
app.py
CHANGED
|
@@ -16,5 +16,4 @@ with gr.Blocks() as demo: # 创建一个demo
|
|
| 16 |
msg.submit(respond, [msg, chatbot,key], [msg, chatbot]) # 设置输入框的回调函数
|
| 17 |
|
| 18 |
|
| 19 |
-
|
| 20 |
-
demo.queue().launch()
|
|
|
|
| 16 |
msg.submit(respond, [msg, chatbot,key], [msg, chatbot]) # 设置输入框的回调函数
|
| 17 |
|
| 18 |
|
| 19 |
+
demo.queue().launch()
|
|
|