Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
trhacknon
/
codeparrot-codeparrot-small-text-to-code
like
0
Runtime error
App
Files
Files
Community
e7d91e0
codeparrot-codeparrot-small-text-to-code
/
app.py
trhacknon
initial commit
e7d91e0
over 1 year ago
raw
Copy download link
history
blame
Safe
98 Bytes
import
gradio
as
gr
gr.Interface.load(
"models/codeparrot/codeparrot-small-text-to-code"
).launch()