bluuebunny commited on
Commit
bf4250f
·
verified ·
1 Parent(s): 687db51

Update app.py

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