Hev832 commited on
Commit
bcf8aff
1 Parent(s): 9fa61b8

Update run.py

Browse files
Files changed (1) hide show
  1. run.py +1 -1
run.py CHANGED
@@ -30,7 +30,7 @@ app = gr.Interface(
30
  fn=fetch,
31
  inputs=[
32
  gr.Textbox(label="YouTube video address", placeholder="Paste video link here..."),
33
- gr.Textbox(label="file name", placeholder="默认为视频标题"),
34
  gr.Dropdown(value="wav", label="format")
35
  ],
36
  outputs=gr.File(label="Download the file! (MP3 files available)"),
 
30
  fn=fetch,
31
  inputs=[
32
  gr.Textbox(label="YouTube video address", placeholder="Paste video link here..."),
33
+ gr.Textbox(label="file name", placeholder="Defaults to video title"),
34
  gr.Dropdown(value="wav", label="format")
35
  ],
36
  outputs=gr.File(label="Download the file! (MP3 files available)"),