ahmed-7124 commited on
Commit
b4f0dee
·
verified ·
1 Parent(s): 1c59abf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -155,11 +155,11 @@ registration_interface = gr.Interface(
155
  outputs="text",
156
  )
157
 
158
- pdf_extraction_interface = gr.Interface(
159
- fn=extract_pdf_report,
160
- inputs=gr.File(label="Upload PDF Report"),
161
- outputs="text",
162
- )
163
 
164
  # report_analysis_interface = gr.Interface(
165
  # fn=analyze_report,
 
155
  outputs="text",
156
  )
157
 
158
+ #pdf_extraction_interface = gr.Interface(
159
+ # fn=extract_pdf_report,
160
+ # inputs=gr.File(label="Upload PDF Report"),
161
+ # outputs="text",
162
+ #)
163
 
164
  # report_analysis_interface = gr.Interface(
165
  # fn=analyze_report,