Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -120,7 +120,7 @@ with gr.Blocks(title="Hugging Face Hub Uploader", theme=gr.themes.Soft()) as dem
|
|
| 120 |
)
|
| 121 |
repo_type_file = gr.Radio(
|
| 122 |
choices=["model", "dataset", "space"],
|
| 123 |
-
value="
|
| 124 |
label="Repository Type"
|
| 125 |
)
|
| 126 |
commit_message_file = gr.Textbox(
|
|
|
|
| 120 |
)
|
| 121 |
repo_type_file = gr.Radio(
|
| 122 |
choices=["model", "dataset", "space"],
|
| 123 |
+
value="space",
|
| 124 |
label="Repository Type"
|
| 125 |
)
|
| 126 |
commit_message_file = gr.Textbox(
|