Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ColeGuion
/
codllamma
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
cbb8262
codllamma
/
app.py
ColeGuion
Create app.py
cbb8262
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()