Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Shiroma88
/
meta-llama-Llama-3.2-1B
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
07011d0
meta-llama-Llama-3.2-1B
/
app.py
Shiroma88
initial commit
07011d0
verified
3 months ago
raw
Copy download link
history
blame
Safe
71 Bytes
import
gradio
as
gr
gr.load(
"models/meta-llama/Llama-3.2-1B"
).launch()