Spaces:
Running
on
A10G
Running
on
A10G
Consider setting filterable=False to prevent browser autocomplete (#14)
Browse files- Update app.py (b759f6786bf5ed241d78158ac373c20850537768)
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,
|