fix typo
Browse files
app.py
CHANGED
@@ -160,7 +160,7 @@ with gr.Blocks(css=css) as demo:
|
|
160 |
|
161 |
with gr.Column():
|
162 |
uploaded_sound = gr.Audio(type="numpy", label="Input", source="upload")
|
163 |
-
with
|
164 |
youtube_link = gr.Textbox(show_label=False, placeholder="you can also paste YT link and load it")
|
165 |
yt_load_btn = gr.Button("Load YT song")
|
166 |
|
|
|
160 |
|
161 |
with gr.Column():
|
162 |
uploaded_sound = gr.Audio(type="numpy", label="Input", source="upload")
|
163 |
+
with gr.Row():
|
164 |
youtube_link = gr.Textbox(show_label=False, placeholder="you can also paste YT link and load it")
|
165 |
yt_load_btn = gr.Button("Load YT song")
|
166 |
|