sayakpaul HF staff commited on
Commit
e6036bb
1 Parent(s): 518f6e7

disable caching of examples.

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -153,4 +153,4 @@ with gr.Interface(
153
  theme=gr.themes.Soft(),
154
  allow_flagging="never",
155
  ) as demo:
156
- demo.launch(show_error=True)
 
153
  theme=gr.themes.Soft(),
154
  allow_flagging="never",
155
  ) as demo:
156
+ demo.launch(show_error=True, cache_examples=False)