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

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", value="https://youtu.be/ZdoiTX1f1tU?si=hZ96tryqaPIYfwg1")
205
  with gr.Row():
206
- audio_name_input = gr.Textbox(label="Audio Name", value="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", 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():