fffiloni commited on
Commit
697e96e
1 Parent(s): 117b40c
Files changed (1) hide show
  1. app.py +1 -1
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.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
 
 
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