Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -57,7 +57,7 @@ interface = gr.Interface(
|
|
57 |
),
|
58 |
gr.Textbox(placeholder="Destination repository (e.g. osanseviero/dst)", label="dst_repo"),
|
59 |
gr.Dropdown(choices=REPO_TYPES, value="model", label="repo_type"),
|
60 |
-
gr.Checkbox(label="Make new repo private?"
|
61 |
],
|
62 |
outputs=[
|
63 |
gr.Markdown(label="output"),
|
|
|
57 |
),
|
58 |
gr.Textbox(placeholder="Destination repository (e.g. osanseviero/dst)", label="dst_repo"),
|
59 |
gr.Dropdown(choices=REPO_TYPES, value="model", label="repo_type"),
|
60 |
+
gr.Checkbox(label="Make new repo private?"),
|
61 |
],
|
62 |
outputs=[
|
63 |
gr.Markdown(label="output"),
|