Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
heymenn
/
chatters
like
0
Runtime error
App
Files
Files
Community
main
chatters
/
app.py
heymenn
Update app.py
06bb8ac
verified
6 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
181 Bytes
import
gradio
as
gr
from
huggingface_hub
import
InferenceClient
from
transformers
import
pipeline
pipe = pipeline(
"text-generation"
, model=
"meta-llama/Meta-Llama-3-70B-Instruct"
)