Spaces:
Build error
Build error
MekkCyber
commited on
Commit
·
37f0cc6
1
Parent(s):
dafb753
fix
Browse files
app.py
CHANGED
@@ -163,7 +163,6 @@ 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 |
-
show_label=True,
|
167 |
)
|
168 |
group_size = gr.Textbox(
|
169 |
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 |
)
|
167 |
group_size = gr.Textbox(
|
168 |
label="Group Size (only for int4_weight_only)",
|