yerang commited on
Commit
e6bd109
·
verified ·
1 Parent(s): 61cc905

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -93,7 +93,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
93
  stf_button.click(
94
  fn=gpu_wrapped_stf_pipeline_execute,
95
  inputs=[
96
- input_audio
97
  ],
98
  outputs=[driving_video_path]
99
  )
 
93
  stf_button.click(
94
  fn=gpu_wrapped_stf_pipeline_execute,
95
  inputs=[
96
+ input_audio,video_type
97
  ],
98
  outputs=[driving_video_path]
99
  )