Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
PythonAtSea
/
codellama-CodeLlama-34b-Python-hf
like
2
Running
App
Files
Files
Community
main
codellama-CodeLlama-34b-Python-hf
/
app.py
PythonAtSea
initial commit
6b7b7ea
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()