yerang commited on
Commit
af9f45f
·
verified ·
1 Parent(s): 88f240d

Update app.py

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