Spaces:
Runtime error
Runtime error
Ahsen Khaliq
commited on
Commit
·
93ce5bf
1
Parent(s):
244cc87
Update app.py
Browse files
app.py
CHANGED
@@ -14,7 +14,7 @@ def inference(image,audio):
|
|
14 |
title = "Wav2lip"
|
15 |
description = "Gradio demo for Wav2lip. To use it, simply upload your image, or click one of the examples to load them. Read more at the links below."
|
16 |
article = "<p style='text-align: center'><a href='https://github.com/jantic/DeOldify' target='_blank'>Github Repo</a></p>"
|
17 |
-
examples=[['monatest.jpeg','
|
18 |
iface = gr.Interface(inference, [gr.inputs.Image(type="filepath"),gr.inputs.Audio(type="filepath")],
|
19 |
outputs=gr.outputs.Video(label="Output Video"),examples=examples,enable_queue=True,title=title,article=article,description=description)
|
20 |
iface.launch(debug=True)
|
|
|
14 |
title = "Wav2lip"
|
15 |
description = "Gradio demo for Wav2lip. To use it, simply upload your image, or click one of the examples to load them. Read more at the links below."
|
16 |
article = "<p style='text-align: center'><a href='https://github.com/jantic/DeOldify' target='_blank'>Github Repo</a></p>"
|
17 |
+
examples=[['monatest.jpeg','game.wav']]
|
18 |
iface = gr.Interface(inference, [gr.inputs.Image(type="filepath"),gr.inputs.Audio(type="filepath")],
|
19 |
outputs=gr.outputs.Video(label="Output Video"),examples=examples,enable_queue=True,title=title,article=article,description=description)
|
20 |
iface.launch(debug=True)
|