Spaces:
Sleeping
Sleeping
Consider setting filterable=False to prevent browser autocomplete (#14)
Browse files- Update app.py (3f76efff3287a57a3ef63ab2e7133c9c16be4bb8)
Co-authored-by: Abubakar Abid <[email protected]>
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,
|