Hev832 commited on
Commit
04bf3b7
·
verified ·
1 Parent(s): 2d1eb15

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)", 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")
 
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")