Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
jcrj
/
codellama-CodeLlama-7b-hf
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
3c7629b
codellama-CodeLlama-7b-hf
/
app.py
jcrj
initial commit
3c7629b
verified
over 1 year ago
raw
Copy download link
history
blame
Safe
73 Bytes
import
gradio
as
gr
gr.load(
"models/codellama/CodeLlama-7b-hf"
).launch()