hysts HF staff commited on
Commit
79b912b
1 Parent(s): 027f332
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -133,6 +133,7 @@ chat_interface = gr.ChatInterface(
133
  ["How many hours does it take a man to eat a Helicopter?"],
134
  ["Write a 100-word article on 'Benefits of Open-Source in AI research'"],
135
  ],
 
136
  )
137
 
138
  with gr.Blocks(css="style.css", fill_height=True) as demo:
 
133
  ["How many hours does it take a man to eat a Helicopter?"],
134
  ["Write a 100-word article on 'Benefits of Open-Source in AI research'"],
135
  ],
136
+ cache_examples=False,
137
  )
138
 
139
  with gr.Blocks(css="style.css", fill_height=True) as demo: