Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
whackthejacker
/
Salesforce-codet5-base
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
173cc86
Salesforce-codet5-base
/
app.py
whackthejacker
initial commit
40736a4
verified
4 months ago
raw
Copy download link
history
blame
Safe
104 Bytes
import
gradio
as
gr
gr.load(
"models/Salesforce/codet5-base"
,
provider=
"hf-inference"
,
).launch()