Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
theangkko
/
codellama-CodeLlama-7b-Python-hf
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
codellama-CodeLlama-7b-Python-hf
/
app.py
theangkko
initial commit
04b5bfc
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()