sayakpaul HF staff commited on
Commit
c0cd2c4
1 Parent(s): 2ac0472

remove caching

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -64,4 +64,4 @@ gr.Interface(
64
  article=article,
65
  examples=[["cute Sundar Pichai creature", 40], ["Hello kitty", 40]],
66
  allow_flagging=False,
67
- ).launch(enable_queue=True, cache_examples=True)
 
64
  article=article,
65
  examples=[["cute Sundar Pichai creature", 40], ["Hello kitty", 40]],
66
  allow_flagging=False,
67
+ ).launch(enable_queue=True)