MekkCyber commited on
Commit
dafb753
·
1 Parent(s): ed9bc3f
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -159,8 +159,7 @@ with gr.Blocks(theme=gr.themes.Ocean(), css=css) as app:
159
  with gr.Row():
160
  with gr.Column():
161
  quantization_type = gr.Dropdown(
162
- label="Quantization Type",
163
- info="Choose one of the 3 available quantizations",
164
  choices=["int4_weight_only", "int8_weight_only", "int8_dynamic_activation_int8_weight"],
165
  value="int8_weight_only",
166
  filterable=False,
 
159
  with gr.Row():
160
  with gr.Column():
161
  quantization_type = gr.Dropdown(
162
+ info="Quantization Type",
 
163
  choices=["int4_weight_only", "int8_weight_only", "int8_dynamic_activation_int8_weight"],
164
  value="int8_weight_only",
165
  filterable=False,