Spaces:
Running
on
A10G
Running
on
A10G
Update app.py
Browse files
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,
|