Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
enzostvs
/
lora-studio
like
543
Running
App
Files
Files
Community
17
Fetching metadata from the HF Docker repository...
97ec6f2
lora-studio
/
src
/
routes
/
+page.ts
enzostvs
HF Staff
wip API get
97ec6f2
over 1 year ago
raw
Copy download link
history
blame
Safe
139 Bytes
export
async
function
load
(
{ fetch }
) {
const
data =
await
fetch
(
"/api/community"
)
const
cards =
await
data.
json
()
return
{ cards }
}