brindhamanick commited on
Commit
95666bc
·
verified ·
1 Parent(s): bcd2a5d

Update easy_infer.py

Browse files
Files changed (1) hide show
  1. easy_infer.py +1 -1
easy_infer.py CHANGED
@@ -1135,7 +1135,7 @@ def youtube_separator():
1135
  gr.Markdown(value="# " + i18n("Separate YouTube tracks"))
1136
  gr.Markdown(value=i18n("Download audio from a YouTube video and automatically separate the vocal and instrumental tracks"))
1137
  with gr.Row():
1138
- input_url = gr.inputs.Textbox(label=i18n("Enter the YouTube link:"))
1139
  output_path = gr.Textbox(
1140
  label=i18n("Enter the path of the audio folder to be processed (copy it from the address bar of the file manager):"),
1141
  value=os.path.abspath(os.getcwd()).replace('\\', '/') + "/yt_downloads",
 
1135
  gr.Markdown(value="# " + i18n("Separate YouTube tracks"))
1136
  gr.Markdown(value=i18n("Download audio from a YouTube video and automatically separate the vocal and instrumental tracks"))
1137
  with gr.Row():
1138
+ input_url = gr.Textbox(label=i18n("Enter the YouTube link:"))
1139
  output_path = gr.Textbox(
1140
  label=i18n("Enter the path of the audio folder to be processed (copy it from the address bar of the file manager):"),
1141
  value=os.path.abspath(os.getcwd()).replace('\\', '/') + "/yt_downloads",