tomriddle commited on
Commit
11da134
1 Parent(s): a2f0f71

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -165,6 +165,6 @@ demo = gr.Interface(fn=transcribe_video, inputs=[
165
  gr.Textbox(lines=4, label=" Please input the text you wish to generate in order to make the photo speak.", placeholder="English Text here"),
166
  gr.Dropdown(choices=get_voice_names(), label="Select a voice"),
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)
 
165
  gr.Textbox(lines=4, label=" Please input the text you wish to generate in order to make the photo speak.", placeholder="English Text here"),
166
  gr.Dropdown(choices=get_voice_names(), label="Select a voice"),
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)