Spaces:
Sleeping
Sleeping
Small detail
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ from huggingface_hub import HfApi
|
|
8 |
TODOs:
|
9 |
- Handle erros
|
10 |
- Add more commands to the notebook
|
11 |
-
- Parametrize the commands
|
12 |
- How to handle configs and splits?
|
13 |
- Let user choose the framework
|
14 |
- Improve logs
|
@@ -54,7 +54,7 @@ def generate_notebook(dataset_id):
|
|
54 |
|
55 |
|
56 |
with gr.Blocks() as demo:
|
57 |
-
gr.Markdown("# π€ Dataset
|
58 |
dataset_name = HuggingfaceHubSearch(
|
59 |
label="Hub Dataset ID",
|
60 |
placeholder="Search for dataset id on Huggingface",
|
|
|
8 |
TODOs:
|
9 |
- Handle erros
|
10 |
- Add more commands to the notebook
|
11 |
+
- Parametrize the commands (Move to another file)
|
12 |
- How to handle configs and splits?
|
13 |
- Let user choose the framework
|
14 |
- Improve logs
|
|
|
54 |
|
55 |
|
56 |
with gr.Blocks() as demo:
|
57 |
+
gr.Markdown("# π€ Dataset notebook creator π΅οΈ")
|
58 |
dataset_name = HuggingfaceHubSearch(
|
59 |
label="Hub Dataset ID",
|
60 |
placeholder="Search for dataset id on Huggingface",
|