Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
fschwartzer
/
codellama
like
0
Runtime error
App
Files
Files
Community
e638bd1
codellama
/
app.py
fschwartzer
Create app.py
e638bd1
about 1 year ago
raw
Copy download link
history
blame
Safe
84 Bytes
import
gradio
as
gr
gr.Interface.load(
"models/codellama/CodeLlama-34b-hf"
).launch()