Update app.py
Browse files
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(
|
|
|
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()
|