Spaces:
Running
Running
MekkCyber
commited on
Commit
·
1d94803
1
Parent(s):
37f0cc6
fix
Browse files
app.py
CHANGED
|
@@ -163,6 +163,7 @@ with gr.Blocks(theme=gr.themes.Ocean(), css=css) as app:
|
|
| 163 |
choices=["int4_weight_only", "int8_weight_only", "int8_dynamic_activation_int8_weight"],
|
| 164 |
value="int8_weight_only",
|
| 165 |
filterable=False,
|
|
|
|
| 166 |
)
|
| 167 |
group_size = gr.Textbox(
|
| 168 |
label="Group Size (only for int4_weight_only)",
|
|
|
|
| 163 |
choices=["int4_weight_only", "int8_weight_only", "int8_dynamic_activation_int8_weight"],
|
| 164 |
value="int8_weight_only",
|
| 165 |
filterable=False,
|
| 166 |
+
show_label=False,
|
| 167 |
)
|
| 168 |
group_size = gr.Textbox(
|
| 169 |
label="Group Size (only for int4_weight_only)",
|