Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
vensonaa
/
meta-llama-CodeLlama-13b-Instruct-hf
like
0
Sleeping
App
Files
Files
Community
main
meta-llama-CodeLlama-13b-Instruct-hf
/
app.py
vensonaa
initial commit
bbfab2f
verified
3 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
84 Bytes
import
gradio
as
gr
gr.load(
"models/meta-llama/CodeLlama-13b-Instruct-hf"
).launch()