Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -204,7 +204,7 @@ with gr.Blocks() as demo:
|
|
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)",
|
208 |
with gr.Row():
|
209 |
hf_token_input = gr.Textbox(label="Hugging Face Token")
|
210 |
repo_id_input = gr.Textbox(label="Repository ID")
|
|
|
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):
|
208 |
with gr.Row():
|
209 |
hf_token_input = gr.Textbox(label="Hugging Face Token")
|
210 |
repo_id_input = gr.Textbox(label="Repository ID")
|