multimodalart HF staff commited on
Commit
17dad23
1 Parent(s): 8c79f6a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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.inputs.Image(type="file"), gr.inputs.Audio(type="file")],
44
- outputs="text"
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()