sanchit-gandhi HF staff commited on
Commit
fcffd4a
1 Parent(s): b191b97

don't cache examples

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -113,6 +113,7 @@ youtube = gr.Interface(
113
  allow_flagging="never",
114
  title=title,
115
  examples=[["https://www.youtube.com/watch?v=m8u-18Q0s7I", "transcribe", False]],
 
116
  description=description,
117
  article=article,
118
  )
 
113
  allow_flagging="never",
114
  title=title,
115
  examples=[["https://www.youtube.com/watch?v=m8u-18Q0s7I", "transcribe", False]],
116
+ cache_examples=False,
117
  description=description,
118
  article=article,
119
  )