Juna190825 commited on
Commit
5331acd
·
verified ·
1 Parent(s): 5f21ca8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ def list_dataset_files(repo_id: str):
21
 
22
  with gr.Blocks() as demo:
23
  gr.Markdown("# List files in a Hugging Face dataset repo")
24
- repo_input = gr.Textbox(label="Dataset repo_id", value="username/dataset_name")
25
  output = gr.Textbox(label="Files", lines=20)
26
  btn = gr.Button("List files")
27
 
 
21
 
22
  with gr.Blocks() as demo:
23
  gr.Markdown("# List files in a Hugging Face dataset repo")
24
+ repo_input = gr.Textbox(label="Dataset repo_id", value="Juna190825/ZomiAudioDataset")
25
  output = gr.Textbox(label="Files", lines=20)
26
  btn = gr.Button("List files")
27