Commit
•
a163e5c
1
Parent(s):
c5938bb
Update app.py
Browse files
app.py
CHANGED
@@ -387,7 +387,7 @@ with demo:
|
|
387 |
with gr.Row():
|
388 |
with gr.Column():
|
389 |
model_name_textbox = gr.Textbox(label="Model name")
|
390 |
-
revision_name_textbox = gr.Textbox(label="
|
391 |
private = gr.Checkbox(False, label="Private", visible=not IS_PUBLIC)
|
392 |
model_type = gr.Dropdown(
|
393 |
choices=[t.to_str(" : ") for t in ModelType],
|
|
|
387 |
with gr.Row():
|
388 |
with gr.Column():
|
389 |
model_name_textbox = gr.Textbox(label="Model name")
|
390 |
+
revision_name_textbox = gr.Textbox(label="Revision commit", placeholder="main")
|
391 |
private = gr.Checkbox(False, label="Private", visible=not IS_PUBLIC)
|
392 |
model_type = gr.Dropdown(
|
393 |
choices=[t.to_str(" : ") for t in ModelType],
|