MekkCyber commited on
Commit
edfab78
·
1 Parent(s): 38c564f
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -161,7 +161,8 @@ with gr.Blocks(theme=gr.themes.Ocean(), css=css) as app:
161
  quantization_type = gr.Dropdown(
162
  label="Quantization Type",
163
  choices=["int4_weight_only", "int8_weight_only", "int8_dynamic_activation_int8_weight"],
164
- value="int8_weight_only"
 
165
  )
166
  group_size = gr.Textbox(
167
  label="Group Size (only for int4_weight_only)",
 
161
  quantization_type = gr.Dropdown(
162
  label="Quantization Type",
163
  choices=["int4_weight_only", "int8_weight_only", "int8_dynamic_activation_int8_weight"],
164
+ value="int8_weight_only",
165
+ filterable=False
166
  )
167
  group_size = gr.Textbox(
168
  label="Group Size (only for int4_weight_only)",