Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ColeGuion
/
CodeLlama-7B
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
39df011
CodeLlama-7B
/
app.py
ColeGuion
Create app.py
39df011
verified
about 1 year ago
raw
Copy download link
history
blame
Safe
203 Bytes
import
gradio
as
gr
# This loads the "codellama/CodeLlama-7b-hf" model from Hugging Face and prepares it for interaction through a Gradio interface.
gr.load(
"models/codellama/CodeLlama-7b-hf"
).launch()