Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -22,7 +22,7 @@ def predict(input_text):
|
|
22 |
gradio_app = gr.Interface(
|
23 |
predict,
|
24 |
inputs="text",
|
25 |
-
outputs=gr.Textbox(lines=30, placeholder="Scrollable array output")
|
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 |
)
|
|
|
22 |
gradio_app = gr.Interface(
|
23 |
predict,
|
24 |
inputs="text",
|
25 |
+
outputs=gr.Textbox(lines=30, placeholder="Scrollable array output"),
|
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 |
)
|