Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Polyhronis
/
codellama-CodeLlama-34b-Instruct-hf
like
3
Sleeping
App
Files
Files
Community
main
codellama-CodeLlama-34b-Instruct-hf
/
app.py
Polyhronis
initial commit
ff62f89
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
93 Bytes
import
gradio
as
gr
gr.Interface.load(
"models/codellama/CodeLlama-34b-Instruct-hf"
).launch()