chenjianfei
commited on
Commit
·
2c96aac
1
Parent(s):
67b29ae
debug
Browse files
app.py
CHANGED
@@ -271,7 +271,8 @@ if __name__ == "__main__":
|
|
271 |
inputs=msg,
|
272 |
outputs=chatbot,
|
273 |
fn=predict,
|
274 |
-
visible=True
|
|
|
275 |
)
|
276 |
with gr.Row():
|
277 |
save_btn = gr.Button("保存对话")
|
|
|
271 |
inputs=msg,
|
272 |
outputs=chatbot,
|
273 |
fn=predict,
|
274 |
+
visible=True,
|
275 |
+
cache_examples=False
|
276 |
)
|
277 |
with gr.Row():
|
278 |
save_btn = gr.Button("保存对话")
|