muellerzr HF staff commited on
Commit
a78f831
1 Parent(s): a6ae7ff

Default bert-base-cased

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -145,7 +145,7 @@ with gr.Blocks() as demo:
145
  visible=False,
146
  )
147
  with gr.Row():
148
- inp = gr.Textbox(label="Model Name or URL")
149
  with gr.Row():
150
  library = gr.Radio(["auto", "transformers", "timm"], label="Library", value="auto")
151
  options = gr.CheckboxGroup(
 
145
  visible=False,
146
  )
147
  with gr.Row():
148
+ inp = gr.Textbox(label="Model Name or URL", value="bert-base-cased")
149
  with gr.Row():
150
  library = gr.Radio(["auto", "transformers", "timm"], label="Library", value="auto")
151
  options = gr.CheckboxGroup(