Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
HFTools
/
inference-api
like
24
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
13c9aca
inference-api
/
src
/
routes
/
+page.ts
enzostvs
HF staff
migration in svelte
de2d4cd
over 1 year ago
raw
Copy download link
history
blame
Safe
148 Bytes
// since there's no dynamic data here, we can prerender
// it so that it gets served as a static asset in production
export
const
prerender =
true
;