Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -63,6 +63,7 @@ def gpu_wrapped_stf_pipeline_execute(audio_path):
|
|
| 63 |
|
| 64 |
|
| 65 |
stf_pipeline = STFPipeline()
|
|
|
|
| 66 |
|
| 67 |
with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
| 68 |
stf_button = gr.Button("stf test", variant="primary")
|
|
|
|
| 63 |
|
| 64 |
|
| 65 |
stf_pipeline = STFPipeline()
|
| 66 |
+
driving_video_path=gr.Video(type="filepath")
|
| 67 |
|
| 68 |
with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
| 69 |
stf_button = gr.Button("stf test", variant="primary")
|