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