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