yukm722 commited on
Commit
f20a6f8
·
1 Parent(s): fe14e72

Make new repo private? is checked by default

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,7 +45,7 @@ interface = gr.Interface(
45
  ),
46
  gr.Textbox(placeholder="Destination repository (e.g. osanseviero/dst)"),
47
  gr.Dropdown(choices=REPO_TYPES, value="model"),
48
- gr.Checkbox(label="Make new repo private?"),
49
  ],
50
  outputs=[
51
  gr.Markdown(label="output"),
 
45
  ),
46
  gr.Textbox(placeholder="Destination repository (e.g. osanseviero/dst)"),
47
  gr.Dropdown(choices=REPO_TYPES, value="model"),
48
+ gr.Checkbox(label="Make new repo private?", value=True),
49
  ],
50
  outputs=[
51
  gr.Markdown(label="output"),