Spaces:
Runtime error
Runtime error
Updated App.py
Browse files
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
|
23 |
"""
|
24 |
-
title = "
|
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,
|