cogcorp commited on
Commit
d9ac531
·
1 Parent(s): 51cb0cc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -152,8 +152,8 @@ def question_answer(urls, file, question):
152
 
153
  return generate_answer(question)
154
 
155
- title = 'PDF GPT'
156
- description = """ PDF GPT allows you to chat with your PDF file using Universal Sentence Encoder and Open AI. It gives hallucination free response than other tools as the embeddings are better than OpenAI. The returned response can even cite the page number in square brackets([]) where the information is located, adding credibility to the responses and helping to locate pertinent information quickly."""
157
 
158
  iface = gr.Interface(
159
  fn=question_answer,
 
152
 
153
  return generate_answer(question)
154
 
155
+ title = 'Cognitive AI Agent - Asks the Experyt'
156
+ description = """ This cognitive agent allows you to chat with your PDF files as a single corpus of knowledge. Add your relevant PDFs to a zip file and upload. """
157
 
158
  iface = gr.Interface(
159
  fn=question_answer,