wwpop commited on
Commit
0d7cb73
1 Parent(s): 4176524

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -56,7 +56,7 @@ latex_delimiters = [
56
  demo = gr.ChatInterface(
57
  fn=respond,
58
  examples=example_prompts,
59
- cached_examples=False,
60
  title="千问2.5-72B",
61
  description="千问2.5-72B聊天机器人",
62
  additional_inputs=[
 
56
  demo = gr.ChatInterface(
57
  fn=respond,
58
  examples=example_prompts,
59
+ cache_examples=False,
60
  title="千问2.5-72B",
61
  description="千问2.5-72B聊天机器人",
62
  additional_inputs=[