Commit
•
17dad23
1
Parent(s):
8c79f6a
Update app.py
Browse files
app.py
CHANGED
@@ -40,8 +40,8 @@ def run_inference(source_image, driving_audio, progress=gr.Progress(track_tqdm=T
|
|
40 |
|
41 |
iface = gr.Interface(
|
42 |
fn=run_inference,
|
43 |
-
inputs=[gr.
|
44 |
-
outputs="
|
45 |
)
|
46 |
|
47 |
iface.launch()
|
|
|
40 |
|
41 |
iface = gr.Interface(
|
42 |
fn=run_inference,
|
43 |
+
inputs=[gr.Image(type="filepath"), gr.Audio(type="filepath")],
|
44 |
+
outputs="video"
|
45 |
)
|
46 |
|
47 |
iface.launch()
|