lvkaokao
commited on
Commit
·
64294d2
1
Parent(s):
1763cac
modify gr.box()
Browse files
app.py
CHANGED
@@ -259,7 +259,7 @@ with demo:
|
|
259 |
interactive=True,
|
260 |
elem_id="filter-columns-precision",
|
261 |
)
|
262 |
-
with gr.
|
263 |
gr.HTML("""<p style='padding-bottom: 0.5rem;'>Quantization config</p>""")
|
264 |
with gr.Row():
|
265 |
filter_columns_computeDtype = gr.Dropdown(choices=[i.value.name for i in ComputeDtype], label="Compute Dtype", multiselect=False, value="float16", interactive=True,)
|
|
|
259 |
interactive=True,
|
260 |
elem_id="filter-columns-precision",
|
261 |
)
|
262 |
+
with gr.Group() as config:
|
263 |
gr.HTML("""<p style='padding-bottom: 0.5rem;'>Quantization config</p>""")
|
264 |
with gr.Row():
|
265 |
filter_columns_computeDtype = gr.Dropdown(choices=[i.value.name for i in ComputeDtype], label="Compute Dtype", multiselect=False, value="float16", interactive=True,)
|