Penality commited on
Commit
c317ea4
·
verified ·
1 Parent(s): a0012f5

Update app.py

Browse files

updated labels in the gr.interface for store_document_data

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -169,7 +169,7 @@ iface = gr.TabbedInterface(
169
  ),
170
  gr.Interface(
171
  fn=store_document_data,
172
- inputs=[gr.File(label="Upload PDF"), gr.File(label="Upload metadata"), gr.File(label="upload index")],
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
  ),