averye-duke commited on
Commit
c86798e
·
1 Parent(s): cbd72a8

changed captions

Browse files
Files changed (2) hide show
  1. app.py +2 -2
  2. requirements.txt +0 -1
app.py CHANGED
@@ -68,8 +68,8 @@ demo = gr.Interface(
68
  fn=semantic_search,
69
  inputs=gr.Textbox(label="Enter your search query"),
70
  outputs=gr.Textbox(label="Top Matches"),
71
- title="Semantic Search Engine",
72
- description="Search over your custom dataset using semantic similarity."
73
  )
74
 
75
  demo.launch()
 
68
  fn=semantic_search,
69
  inputs=gr.Textbox(label="Enter your search query"),
70
  outputs=gr.Textbox(label="Top Matches"),
71
+ title="Boeing 747 Semantic Search",
72
+ description="Search over Wikipedia 747 data using semantic similarity."
73
  )
74
 
75
  demo.launch()
requirements.txt CHANGED
@@ -1,4 +1,3 @@
1
- nltk
2
  sentence_transformers
3
  chromadb
4
  gradio
 
 
1
  sentence_transformers
2
  chromadb
3
  gradio