Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
1ofteamos
/
meta-llama-Llama-3.2-1B-Instruct
like
2
Sleeping
App
Files
Files
Community
main
meta-llama-Llama-3.2-1B-Instruct
/
app.py
1ofteamos
initial commit
f5b59bf
verified
2 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
80 Bytes
import
gradio
as
gr
gr.load(
"models/meta-llama/Llama-3.2-1B-Instruct"
).launch()