Hev832 commited on
Commit
b8f6ff6
·
verified ·
1 Parent(s): 3b78187

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -202,6 +202,7 @@ with gr.Blocks() as demo:
202
  with gr.TabItem("make dataset"):
203
  with gr.Row():
204
  url_input = gr.Textbox(label="YouTube URL")
 
205
  audio_name_input = gr.Textbox(label="Audio Name")
206
  with gr.Row():
207
  with gr.Accordion("Export dataset to huggingface (optional)", visible=False):
 
202
  with gr.TabItem("make dataset"):
203
  with gr.Row():
204
  url_input = gr.Textbox(label="YouTube URL")
205
+ with gr.Row():
206
  audio_name_input = gr.Textbox(label="Audio Name")
207
  with gr.Row():
208
  with gr.Accordion("Export dataset to huggingface (optional)", visible=False):