Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
davehusk
/
meta-llama-CodeLlama-70b-Instruct-hf
like
0
Sleeping
App
Files
Files
Community
main
meta-llama-CodeLlama-70b-Instruct-hf
/
app.py
davehusk
initial commit
7123447
verified
about 2 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
84 Bytes
import
gradio
as
gr
gr.load(
"models/meta-llama/CodeLlama-70b-Instruct-hf"
).launch()