wwpop commited on
Commit
4176524
·
verified ·
1 Parent(s): bbcb5dc

Update app.py

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