Spaces:
Sleeping
Sleeping
Make new repo private? is checked by default
Browse files
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"),
|