not-lain commited on
Commit
ac40162
·
verified ·
1 Parent(s): 67b361f

Update app.py

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