tomriddle commited on
Commit
668ed0d
1 Parent(s): 37dfe92

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,cache_examples=False)
169
 
170
- demo.launch(cache_examples=False)
 
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,cache_examples=False)
169
 
170
+ demo.launch()