Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
slohw
/
llama
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
llama
/
app.py
slohw
Update app.py
38c8fff
verified
about 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
80 Bytes
import
gradio
as
gr
gr.load(
"models/meta-llama/Llama-3.2-3B-Instruct"
).launch()