Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
cistine
/
starcoder2-3b
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
2ae29ec
starcoder2-3b
/
app.py
cistine
Create app.py
2ae29ec
verified
about 1 year ago
raw
Copy download link
history
blame
Safe
69 Bytes
import
gradio
as
gr
gr.load(
"models/bigcode/starcoder2-3b"
).launch()