Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -63,7 +63,7 @@ def gpu_wrapped_stf_pipeline_execute(audio_path):
|
|
| 63 |
|
| 64 |
|
| 65 |
stf_pipeline = STFPipeline()
|
| 66 |
-
driving_video_path=gr.Video(
|
| 67 |
|
| 68 |
with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
| 69 |
with gr.Row():
|
|
|
|
| 63 |
|
| 64 |
|
| 65 |
stf_pipeline = STFPipeline()
|
| 66 |
+
driving_video_path=gr.Video()
|
| 67 |
|
| 68 |
with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
| 69 |
with gr.Row():
|