Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
sdin99
/
sentence-transformers-all-distilroberta-v1
like
0
Sleeping
App
Files
Files
Community
b491a09
sentence-transformers-all-distilroberta-v1
/
app.py
sdin99
initial commit
b491a09
over 1 year ago
raw
Copy download link
history
blame
Safe
100 Bytes
import
gradio
as
gr
gr.Interface.load(
"models/sentence-transformers/all-distilroberta-v1"
).launch()