Spaces:
Sleeping
Sleeping
Update app.py
Browse filesupdated labels in the gr.interface for store_document_data
app.py
CHANGED
@@ -169,7 +169,7 @@ iface = gr.TabbedInterface(
|
|
169 |
),
|
170 |
gr.Interface(
|
171 |
fn=store_document_data,
|
172 |
-
inputs=[gr.File(label="
|
173 |
outputs=gr.Textbox(label="Answer"),
|
174 |
title="pdf file, metadata, index parsing and storing",
|
175 |
),
|
|
|
169 |
),
|
170 |
gr.Interface(
|
171 |
fn=store_document_data,
|
172 |
+
inputs=[gr.File(label="PDF_FILE"), gr.File(label="METADATA_FILE"), gr.File(label="INDEX_FILE")],
|
173 |
outputs=gr.Textbox(label="Answer"),
|
174 |
title="pdf file, metadata, index parsing and storing",
|
175 |
),
|