MekkCyber commited on
Commit
a6551a8
·
1 Parent(s): 715b64a
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -160,7 +160,7 @@ with gr.Blocks(theme=gr.themes.Ocean(), css=css) as app:
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,
 
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,