bluuebunny commited on
Commit
b0ba4c4
·
verified ·
1 Parent(s): 7b7086e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
  )