Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -47,7 +47,7 @@ def gpu_wrapped_stf_pipeline_execute(audio_path):
|
|
47 |
driving_video_path=gr.Video()
|
48 |
|
49 |
with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
50 |
-
audio_path_component = gr.
|
51 |
stf_button = gr.Button("stf test", variant="primary")
|
52 |
driving_video_path.render()
|
53 |
|
|
|
47 |
driving_video_path=gr.Video()
|
48 |
|
49 |
with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
50 |
+
audio_path_component = gr.Audio(label="Upload or Record an audio", type="filepath")
|
51 |
stf_button = gr.Button("stf test", variant="primary")
|
52 |
driving_video_path.render()
|
53 |
|