Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
huggingface
/
inference-playground
like
180
Running
App
Files
Files
Community
5
Fetching metadata from the HF Docker repository...
d7cd63b
inference-playground
/
src
/
routes
/
api
/
[...remult]
/
+server.ts
Thomas G. Lopes
IndexedDb & Structured output (#82)
1778c9e
unverified
22 days ago
raw
Copy download link
history
blame
Safe
90 Bytes
import
{ api }
from
"$lib/server/api.js"
;
export
const
{
GET
,
POST
,
PUT
,
DELETE
} = api;