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