kpal002 commited on
Commit
e8baa3f
·
verified ·
1 Parent(s): 8933811

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=process_and_generate_reports,
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
  )