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