Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
awacke1
/
Feature-Extraction-microsoft-codebert-base
like
1
Build error
App
Files
Files
Community
main
Feature-Extraction-microsoft-codebert-base
/
app.py
awacke1
initial commit
d138363
almost 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()