abidlabs HF staff commited on
Commit
3f76eff
1 Parent(s): 9781999

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -125,6 +125,7 @@ iface = gr.Interface(
125
  label="Quantization Method",
126
  info="GGML quantisation type",
127
  value="Q4_K_M",
 
128
  ),
129
  gr.Textbox(
130
  lines=1,
 
125
  label="Quantization Method",
126
  info="GGML quantisation type",
127
  value="Q4_K_M",
128
+ filterable=False
129
  ),
130
  gr.Textbox(
131
  lines=1,