Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Pedro79
/
bigcode-starcoder
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
92ff30e
bigcode-starcoder
/
app.py
Pedro79
initial commit
92ff30e
verified
6 months ago
raw
Copy download link
history
blame
Safe
65 Bytes
import
gradio
as
gr
gr.load(
"models/bigcode/starcoder"
).launch()