Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
almncarlo
/
myalexa
like
0
Runtime error
App
Files
Files
Community
f9bfdbe
myalexa
/
app.py
almncarlo
Update app.py
99984d7
verified
8 months ago
raw
Copy download link
history
blame
Safe
145 Bytes
# Use a pipeline as a high-level helper
from
transformers
import
pipeline
pipe = pipeline(
"text-generation"
, model=
"meta-llama/Meta-Llama-3-8B"
)