Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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)
|