Update app.py
Browse files
app.py
CHANGED
@@ -388,7 +388,7 @@ with demo:
|
|
388 |
interactive=True,
|
389 |
elem_id="filter-columns-precision",
|
390 |
)
|
391 |
-
with gr.
|
392 |
gr.HTML("""<p style='padding-bottom: 0.5rem; color: #6b7280; '>Quantization config</p>""")
|
393 |
with gr.Row():
|
394 |
filter_columns_computeDtype = gr.Dropdown(choices=[i.value.name for i in ComputeDtype], label="Compute Dtype", multiselect=False, value="All", interactive=True,)
|
|
|
388 |
interactive=True,
|
389 |
elem_id="filter-columns-precision",
|
390 |
)
|
391 |
+
with gr.Group() as config:
|
392 |
gr.HTML("""<p style='padding-bottom: 0.5rem; color: #6b7280; '>Quantization config</p>""")
|
393 |
with gr.Row():
|
394 |
filter_columns_computeDtype = gr.Dropdown(choices=[i.value.name for i in ComputeDtype], label="Compute Dtype", multiselect=False, value="All", interactive=True,)
|