yerang commited on
Commit
363d8a1
1 Parent(s): c9c36cb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.Textbox(label="Input", value="assets/examples/driving/test_aud.mp3")
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