Spaces:
Build error
Build error
from fastembed import TextEmbedding | |
from ktem.main import App | |
# pre-download the model | |
TextEmbedding("BAAI/bge-base-en-v1.5") | |
app = App() | |
demo = app.make() | |
demo.launch() | |