Spaces:
Running
Running
Commit
•
022199d
1
Parent(s):
3cd2f54
add app.py
Browse files
README.md
CHANGED
@@ -6,7 +6,7 @@ colorTo: purple
|
|
6 |
sdk: docker
|
7 |
pinned: true
|
8 |
license: mit
|
9 |
-
short_description:
|
10 |
---
|
11 |
|
12 |
Check out marimo at <https://github.com/marimo-team/marimo>
|
|
|
6 |
sdk: docker
|
7 |
pinned: true
|
8 |
license: mit
|
9 |
+
short_description: Aggregated stats about derived models for an author.
|
10 |
---
|
11 |
|
12 |
Check out marimo at <https://github.com/marimo-team/marimo>
|
app.py
CHANGED
@@ -25,7 +25,7 @@ def __(mo):
|
|
25 |
|
26 |
@app.cell
|
27 |
def __(duckdb):
|
28 |
-
duckdb.sql("CREATE VIEW models as SELECT * FROM '
|
29 |
return (models,)
|
30 |
|
31 |
|
|
|
25 |
|
26 |
@app.cell
|
27 |
def __(duckdb):
|
28 |
+
duckdb.sql("CREATE VIEW models as SELECT * FROM 'hf://datasets/cfahlgren1/hub-stats/models.parquet'")
|
29 |
return (models,)
|
30 |
|
31 |
|