Omnibus commited on
Commit
bedfa5d
·
1 Parent(s): 2541b2d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -75,7 +75,7 @@ with gr.Blocks() as app:
75
  with gr.Row():
76
  trim_clip_btn = gr.Button("Trim Clip")
77
  trim_aud = gr.Audio(source='upload')
78
- yt_vid = gr.Video()
79
  trim_vid=gr.Video()
80
  alt_go_btn = gr.Button()
81
  #speaker_num = gr.Number(value=0)
 
75
  with gr.Row():
76
  trim_clip_btn = gr.Button("Trim Clip")
77
  trim_aud = gr.Audio(source='upload')
78
+ yt_vid = gr.Video(type = 'filepath')
79
  trim_vid=gr.Video()
80
  alt_go_btn = gr.Button()
81
  #speaker_num = gr.Number(value=0)