tomriddle commited on
Commit
a2f0f71
·
1 Parent(s): 7e9d3c7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -167,4 +167,4 @@ demo = gr.Interface(fn=transcribe_video, inputs=[
167
  gr.Image(label="photo of a Person", type="filepath")
168
  ], outputs="video",title="Bring your images to life with the talking animation feature now!",examples=examples)
169
 
170
- demo.launch()
 
167
  gr.Image(label="photo of a Person", type="filepath")
168
  ], outputs="video",title="Bring your images to life with the talking animation feature now!",examples=examples)
169
 
170
+ demo.launch(cache_examples=False)