Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
sharktide
/
lightning
like
0
Running
App
Files
Files
Community
5
Fetching metadata from the HF Docker repository...
sharktide
commited on
Feb 7
Commit
55bbaa1
·
verified
·
1 Parent(s):
f43b6c7
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-0
app.py
CHANGED
Viewed
@@ -45,4 +45,6 @@ async def get_models() -> List[Dict]:
45
"link": link.get("href") if link else None,
46
})
47
48
return models
45
"link": link.get("href") if link else None,
46
})
47
48
+
print(models)
49
+
50
return models