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