Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
actuallyn
/
test
like
0
Runtime error
App
Files
Files
Community
main
test
/
app.py
actuallyn
Update app.py
3c69672
verified
5 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
143 Bytes
import
gradio
as
gr
from
transformers
import
AutoModel
import
torch
model = AutoModel.from_pretrained(
"SchizoDev/Llama3-8b-CunnyGPT-16bit"
)