Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -146,7 +146,7 @@ iface = gr.TabbedInterface(
|
|
| 146 |
),
|
| 147 |
gr.Interface(
|
| 148 |
fn=store_document_data,
|
| 149 |
-
inputs=[gr.File(label="PDF_FILE")
|
| 150 |
outputs=gr.Textbox(label="Answer"),
|
| 151 |
title="pdf file, metadata, index parsing and storing",
|
| 152 |
),
|
|
|
|
| 146 |
),
|
| 147 |
gr.Interface(
|
| 148 |
fn=store_document_data,
|
| 149 |
+
inputs=[gr.File(label="PDF_FILE")],
|
| 150 |
outputs=gr.Textbox(label="Answer"),
|
| 151 |
title="pdf file, metadata, index parsing and storing",
|
| 152 |
),
|