Sawon2023 commited on
Commit
dedfe3d
1 Parent(s): b9e289d

Updated App.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -19,9 +19,9 @@ def predict(file):
19
  description = """Do you have a long document and a bunch of questions that can be answered given the data in this file?
20
  Fear not for this demo is for you.
21
  Upload your pdf, ask your questions and wait for the magic to happen.
22
- DISCLAIMER: I do no have idea what happens to the pdfs that you upload and who has access to them so make sure there is nothing confidential there.
23
  """
24
- title = "QA answering from a pdf."
25
  pdf_doc=gr.File(label="Load a pdf", file_types=['.pdf'], type="file")
26
  iface = gr.Interface(
27
  fn=predict,
 
19
  description = """Do you have a long document and a bunch of questions that can be answered given the data in this file?
20
  Fear not for this demo is for you.
21
  Upload your pdf, ask your questions and wait for the magic to happen.
22
+ DISCLAIMER: I do no have idea what happens to the pdfs that you upload and who has access to them so make sure there is nothing confidential inside it.
23
  """
24
+ title = "Note Maker."
25
  pdf_doc=gr.File(label="Load a pdf", file_types=['.pdf'], type="file")
26
  iface = gr.Interface(
27
  fn=predict,