MySafeCode commited on
Commit
d235547
·
verified ·
1 Parent(s): d693b5a

Update app.py

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