reach-vb HF staff abidlabs HF staff commited on
Commit
7157223
·
1 Parent(s): ed379da

Consider setting filterable=False to prevent browser autocomplete (#14)

Browse files

- Update app.py (b759f6786bf5ed241d78158ac373c20850537768)


Co-authored-by: Abubakar Abid <[email protected]>

Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -116,6 +116,7 @@ iface = gr.Interface(
116
  label="Quantization Method",
117
  info="GGML quantisation type",
118
  value="Q4_K_M",
 
119
  ),
120
  gr.Textbox(
121
  lines=1,
 
116
  label="Quantization Method",
117
  info="GGML quantisation type",
118
  value="Q4_K_M",
119
+ filterable=False
120
  ),
121
  gr.Textbox(
122
  lines=1,