Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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 |
)
|