Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
whackthejacker
/
py-codet5-small-docstring
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
py-codet5-small-docstring
/
app.py
whackthejacker
initial commit
54f913a
verified
8 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
105 Bytes
import
gradio
as
gr
gr.load(
"models/Salesforce/codet5-small"
,
provider=
"hf-inference"
,
).launch()