Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Nuanmanee
/
meta-llama-Llama-3.2-3B-Instruct
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
0161169
meta-llama-Llama-3.2-3B-Instruct
/
app.py
Nuanmanee
initial commit
0161169
verified
2 months ago
raw
Copy download link
history
blame
Safe
110 Bytes
import
gradio
as
gr
gr.load(
"models/meta-llama/Llama-3.2-3B-Instruct"
,
provider=
"together"
,
).launch()