muellerzr HF staff commited on
Commit
5eb5b16
1 Parent(s): f653e2e
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -142,7 +142,8 @@ with gr.Blocks() as demo:
142
  library = gr.Radio(["auto", "transformers", "timm"], label="Library", value="auto")
143
  options = gr.CheckboxGroup(
144
  ["float32", "float16", "int8", "int4"],
145
- value="float32"
 
146
  )
147
  access_token = gr.Textbox(label="API Token", placeholder="Optional (for gated models)")
148
  with gr.Row():
 
142
  library = gr.Radio(["auto", "transformers", "timm"], label="Library", value="auto")
143
  options = gr.CheckboxGroup(
144
  ["float32", "float16", "int8", "int4"],
145
+ value="float32",
146
+ label="Model Precision",
147
  )
148
  access_token = gr.Textbox(label="API Token", placeholder="Optional (for gated models)")
149
  with gr.Row():