nehulagrawal commited on
Commit
39bdbb6
1 Parent(s): e920a86

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -126,7 +126,7 @@ interface_video = gr.Interface(
126
  title=model_heading,
127
  description=description,
128
  examples=video_path,
129
- cache_examples=True,
130
  theme='huggingface'
131
  )
132
 
 
126
  title=model_heading,
127
  description=description,
128
  examples=video_path,
129
+ cache_examples=False,
130
  theme='huggingface'
131
  )
132