Omnibus commited on
Commit
591c163
1 Parent(s): 0f61089

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -66,7 +66,7 @@ with gr.Blocks() as app:
66
  in_aud_yt = gr.Textbox(label="YouTube URL")
67
  load_yt_btn = gr.Button("Load URL")
68
  with gr.Row():
69
- trim_clip_btn = gr.Button("Trim Clip")\
70
  trim_aud = gr.Audio(source='upload')
71
  yt_vid = gr.Video()
72
  alt_go_btn = gr.Button()
 
66
  in_aud_yt = gr.Textbox(label="YouTube URL")
67
  load_yt_btn = gr.Button("Load URL")
68
  with gr.Row():
69
+ trim_clip_btn = gr.Button("Trim Clip")
70
  trim_aud = gr.Audio(source='upload')
71
  yt_vid = gr.Video()
72
  alt_go_btn = gr.Button()