Spaces:
Runtime error
Runtime error
Update easy_infer.py
Browse files- 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.
|
| 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",
|