Omartificial-Intelligence-Space
commited on
Commit
•
2d2c3ae
1
Parent(s):
d73f924
update app.py
Browse files
app.py
CHANGED
@@ -79,17 +79,11 @@ with demo:
|
|
79 |
filter_columns=[
|
80 |
ColumnFilter("model_type", type="checkboxgroup", label="Model types"),
|
81 |
ColumnFilter("precision", type="checkboxgroup", label="Precision"),
|
82 |
-
ColumnFilter(
|
83 |
-
"params",
|
84 |
-
type="slider",
|
85 |
-
min=0.01,
|
86 |
-
max=150,
|
87 |
-
label="Select the number of parameters (B)",
|
88 |
-
),
|
89 |
ColumnFilter(
|
90 |
"still_on_hub", type="boolean", label="Deleted/incomplete", default=True
|
91 |
),
|
92 |
],
|
|
|
93 |
bool_checkboxgroup_label="Hide models",
|
94 |
interactive=False,
|
95 |
)
|
|
|
79 |
filter_columns=[
|
80 |
ColumnFilter("model_type", type="checkboxgroup", label="Model types"),
|
81 |
ColumnFilter("precision", type="checkboxgroup", label="Precision"),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
82 |
ColumnFilter(
|
83 |
"still_on_hub", type="boolean", label="Deleted/incomplete", default=True
|
84 |
),
|
85 |
],
|
86 |
+
|
87 |
bool_checkboxgroup_label="Hide models",
|
88 |
interactive=False,
|
89 |
)
|