awacke1 commited on
Commit
4deb6f1
1 Parent(s): 7dc68f9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ RAG = RAGPretrainedModel.from_index("colbert/indexes/arxiv_colbert")
26
 
27
  try:
28
  gr.Info("Setting up retriever, please wait...")
29
- rag_initial_output = RAG.search("what is Mistral?", k = 1)
30
  gr.Info("Retriever working successfully!")
31
 
32
  except:
 
26
 
27
  try:
28
  gr.Info("Setting up retriever, please wait...")
29
+ rag_initial_output = RAG.search("What is Generative AI in Healthcare?", k = 1)
30
  gr.Info("Retriever working successfully!")
31
 
32
  except: