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