Yoxas commited on
Commit
65d1ca3
·
verified ·
1 Parent(s): adb34bf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -103,7 +103,7 @@ pdf_input = gr.File(label="Upload PDF Files", file_types=[".pdf"], file_count="m
103
  csv_output = gr.File(label="Download CSV")
104
 
105
  gr.Interface(
106
- fn=process_pdfs,
107
  inputs=pdf_input,
108
  outputs=csv_output,
109
  title="Dataset creation",
 
103
  csv_output = gr.File(label="Download CSV")
104
 
105
  gr.Interface(
106
+ fn=process_files,
107
  inputs=pdf_input,
108
  outputs=csv_output,
109
  title="Dataset creation",