Hev832 commited on
Commit
0666c9c
·
verified ·
1 Parent(s): d34677d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -201,9 +201,9 @@ with gr.Blocks() as demo:
201
  with gr.Tabs():
202
  with gr.TabItem("make dataset"):
203
  with gr.Row():
204
- url_input = gr.Textbox(label="YouTube URL", pleacholder="https://youtu.be/ZdoiTX1f1tU?si=hZ96tryqaPIYfwg1")
205
  with gr.Row():
206
- audio_name_input = gr.Textbox(label="Audio Name", pleacholder="Amy")
207
  with gr.Row():
208
  with gr.Accordion("Export dataset to huggingface (optional)", visible=False):
209
  with gr.Row():
 
201
  with gr.Tabs():
202
  with gr.TabItem("make dataset"):
203
  with gr.Row():
204
+ url_input = gr.Textbox(label="YouTube URL", placeholder="https://youtu.be/ZdoiTX1f1tU?si=hZ96tryqaPIYfwg1")
205
  with gr.Row():
206
+ audio_name_input = gr.Textbox(label="Audio Name", placeholder="Amy")
207
  with gr.Row():
208
  with gr.Accordion("Export dataset to huggingface (optional)", visible=False):
209
  with gr.Row():