truong1301 commited on
Commit
d424548
·
verified ·
1 Parent(s): 84ea394

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ iface = gr.Interface(
19
  inputs=gr.Textbox(lines=2, placeholder="Enter text here..."),
20
  outputs="json",
21
  title="Embedding Generator",
22
- description="Get embeddings using ICTuniverse/tuned-bi-encoder"
23
  )
24
 
25
  # Launch the Gradio app
 
19
  inputs=gr.Textbox(lines=2, placeholder="Enter text here..."),
20
  outputs="json",
21
  title="Embedding Generator",
22
+ description="Get embeddings using truong1301/bi-encode-HG-DOCS"
23
  )
24
 
25
  # Launch the Gradio app