Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
transZ
/
sbert_cosine
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
e29d4b0
sbert_cosine
/
app.py
transZ
add module default template
0b360c1
almost 2 years ago
raw
Copy download link
history
blame
Safe
140 Bytes
import
evaluate
from
evaluate.utils
import
launch_gradio_widget
module = evaluate.load(
"transZ/sbert_cosine"
)
launch_gradio_widget(module)