Spaces:
Running
Running
Update app.py
Browse files
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",
|
| 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):
|
| 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():
|