Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
lruiz44
/
meta-llama-Llama-3.2-1B-Instruct
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
meta-llama-Llama-3.2-1B-Instruct
/
app.py
lruiz44
initial commit
3d6fabf
verified
about 1 month 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()