Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
alexpaul
/
microsoft-codebert-base
like
1
Running
App
Files
Files
Community
main
microsoft-codebert-base
/
app.py
alexpaul
initial commit
ebbbf25
about 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
81 Bytes
import
gradio
as
gr
gr.Interface.load(
"models/microsoft/codebert-base"
).launch()