Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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=
|
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",
|