Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
sirbrentmichaelskoda
/
codellama-CodeLlama-70b-Python-hf
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
codellama-CodeLlama-70b-Python-hf
/
app.py
sirbrentmichaelskoda
initial commit
3a39410
verified
about 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
81 Bytes
import
gradio
as
gr
gr.load(
"models/codellama/CodeLlama-70b-Python-hf"
).launch()