Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
brka-ot
/
sentence-transformers-multi-qa-MiniLM-L6-cos-v1-feature-extraction
like
0
Runtime error
App
Files
Files
Community
main
sentence-transformers-multi-qa-MiniLM-L6-cos-v1-feature-extraction
/
app.py
brka-ot
initial commit
828ab49
about 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
105 Bytes
import
gradio
as
gr
gr.Interface.load(
"models/sentence-transformers/multi-qa-MiniLM-L6-cos-v1"
).launch()