Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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="
|
| 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 |
|