meg HF Staff commited on
Commit
3eff3b0
·
verified ·
1 Parent(s): fcf1b95

Just messing around with default values for the selections.

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -193,7 +193,7 @@ with gr.Blocks() as demo:
193
  choices=[t.to_str(" : ") for t in ModelType if t != ModelType.Unknown],
194
  label="Model type",
195
  multiselect=False,
196
- value="pretrained",
197
  interactive=True,
198
  )
199
 
 
193
  choices=[t.to_str(" : ") for t in ModelType if t != ModelType.Unknown],
194
  label="Model type",
195
  multiselect=False,
196
+ value=ModelType.PT.to_str(" : "),
197
  interactive=True,
198
  )
199