multimodalart HF staff commited on
Commit
abe43c0
1 Parent(s): e9adc70

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -331,7 +331,7 @@ with block:
331
  randomize=True,
332
  )
333
 
334
- ex = gr.Examples(examples=examples, fn=infer, inputs=text, outputs=[gallery, community_icon, loading_icon, share_button], cache_examples=True)
335
  ex.dataset.headers = [""]
336
 
337
 
 
331
  randomize=True,
332
  )
333
 
334
+ ex = gr.Examples(examples=examples, fn=infer, inputs=text, outputs=[gallery, community_icon, loading_icon, share_button], cache_examples=False)
335
  ex.dataset.headers = [""]
336
 
337