Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -177,9 +177,6 @@ def category_tab(category):
|
|
| 177 |
with gr.Tab(label="Spaces"):
|
| 178 |
with gr.Row(elem_id="spaces-flex"):
|
| 179 |
[space_card(x) for x in category.spaces]
|
| 180 |
-
with gr.Tab(label="π€ Hugging Face Papers"):
|
| 181 |
-
with gr.Row(elem_id="spaces-flex"):
|
| 182 |
-
[paper_tile(p) for p in papers.filter(lambda p: category.category_id in p["tags"])]
|
| 183 |
with gr.Tab(label="Models - Coming Soon!"):
|
| 184 |
gr.Markdown(elem_id="margin-top", value="#### Check back soon for featured models π€")
|
| 185 |
with gr.Tab(label="Datasets - Coming Soon!"):
|
|
|
|
| 177 |
with gr.Tab(label="Spaces"):
|
| 178 |
with gr.Row(elem_id="spaces-flex"):
|
| 179 |
[space_card(x) for x in category.spaces]
|
|
|
|
|
|
|
|
|
|
| 180 |
with gr.Tab(label="Models - Coming Soon!"):
|
| 181 |
gr.Markdown(elem_id="margin-top", value="#### Check back soon for featured models π€")
|
| 182 |
with gr.Tab(label="Datasets - Coming Soon!"):
|