Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
luciany
/
microsoft-codebert
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
3551397
microsoft-codebert
/
app.py
luciany
initial commit
3551397
verified
3 months ago
raw
Copy download link
history
blame
Safe
71 Bytes
import
gradio
as
gr
gr.load(
"models/microsoft/codebert-base"
).launch()