Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -242,7 +242,7 @@ with gr.Blocks(theme=gr.themes.Glass(
|
|
242 |
report_download_links = gr.File(label="Download Reports", type="filepath", file_count="multiple")
|
243 |
|
244 |
submit_button.click(
|
245 |
-
fn=
|
246 |
inputs=[file_upload, model_choice],
|
247 |
outputs=[processing_message_output, report_download_links]
|
248 |
)
|
|
|
242 |
report_download_links = gr.File(label="Download Reports", type="filepath", file_count="multiple")
|
243 |
|
244 |
submit_button.click(
|
245 |
+
fn=process_pdf,
|
246 |
inputs=[file_upload, model_choice],
|
247 |
outputs=[processing_message_output, report_download_links]
|
248 |
)
|