lixuejing
commited on
Commit
·
b7e8d5e
1
Parent(s):
742cd0b
update
Browse files
app.py
CHANGED
@@ -439,7 +439,7 @@ with demo:
|
|
439 |
choices=[t.to_str(" : ") for t in ModelType if t != ModelType.Unknown],
|
440 |
label="Model type",
|
441 |
multiselect=False,
|
442 |
-
value=
|
443 |
interactive=True,
|
444 |
)
|
445 |
revision_name_textbox = gr.Textbox(label="Revision commit", placeholder="main")
|
|
|
439 |
choices=[t.to_str(" : ") for t in ModelType if t != ModelType.Unknown],
|
440 |
label="Model type",
|
441 |
multiselect=False,
|
442 |
+
value=ModelType.PT,
|
443 |
interactive=True,
|
444 |
)
|
445 |
revision_name_textbox = gr.Textbox(label="Revision commit", placeholder="main")
|