Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
milk639
/
Chug
like
0
Running
App
Files
Files
Community
main
Chug
/
app.js
milk639
Create app.js
796ace9
verified
almost 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
176 Bytes
// npm i @xenova/transformers
import
{ pipeline }
from
'@xenova/transformers'
;
// Allocate pipeline
const
pipe =
await
pipeline
(
'text-generation'
,
'mkly/TinyStories-1M-ONNX'
);