Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
pnavin
/
codellama-CodeLlama-34b-Instruct-hf
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
codellama-CodeLlama-34b-Instruct-hf
/
app.py
pnavin
initial commit
7c84d2b
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()