Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
topas1
/
llama3.2b
like
0
Sleeping
App
Files
Files
Community
29861af
llama3.2b
/
app.py
topas1
initial commit
29861af
verified
about 2 months ago
raw
Copy download link
history
blame
Safe
80 Bytes
import
gradio
as
gr
gr.load(
"models/meta-llama/Llama-3.2-3B-Instruct"
).launch()