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