Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -24,7 +24,7 @@ gradio_app = gr.Interface(
|
|
24 |
inputs="text",
|
25 |
outputs="json",
|
26 |
title="Text to Vector Generator",
|
27 |
-
description="Input a text and get its vector representation using an embedding model."
|
28 |
)
|
29 |
|
30 |
if __name__ == "__main__":
|
|
|
24 |
inputs="text",
|
25 |
outputs="json",
|
26 |
title="Text to Vector Generator",
|
27 |
+
description="Input a text and get its vector representation using an embedding model (mixedbread-ai/mxbai-embed-large-v1)."
|
28 |
)
|
29 |
|
30 |
if __name__ == "__main__":
|