Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
whackthejacker
/
bigcode-tiny_starcoder_py
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
bigcode-tiny_starcoder_py
/
app.py
whackthejacker
initial commit
36a47f5
verified
6 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
107 Bytes
import
gradio
as
gr
gr.load(
"models/bigcode/tiny_starcoder_py"
,
provider=
"hf-inference"
,
).launch()