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