meg HF Staff commited on
Commit
fcf1b95
·
verified ·
1 Parent(s): 6075f76

Oops I wasn't allowed to do that. Would this be ok?

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -192,9 +192,8 @@ with gr.Blocks() as demo:
192
  model_type = gr.Dropdown(
193
  choices=[t.to_str(" : ") for t in ModelType if t != ModelType.Unknown],
194
  label="Model type",
195
- placeholder="pretrained",
196
  multiselect=False,
197
- value=None,
198
  interactive=True,
199
  )
200
 
 
192
  model_type = gr.Dropdown(
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