yerang commited on
Commit
1355017
·
verified ·
1 Parent(s): 2d7aa0d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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")