Rammohan0504 commited on
Commit
5f7ae48
·
verified ·
1 Parent(s): 9eba540

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -357,9 +357,6 @@ with gr.Blocks() as demo:
357
  result_html = gr.HTML(label="🧪 Health Report Table")
358
  result_pdf = gr.File(label="Download Health Report PDF", interactive=False)
359
 
360
- submit_btn.click(fn=route_inputs,
361
- inputs=[mode_selector, image_input, video_input, patient_name, patient_age, patient_gender, patient_id],
362
- outputs=[result_html, result_pdf])
363
-
364
  # Launch Gradio for Replit
365
  demo.launch(server_name="0.0.0.0", server_port=7860)
 
357
  result_html = gr.HTML(label="🧪 Health Report Table")
358
  result_pdf = gr.File(label="Download Health Report PDF", interactive=False)
359
 
360
+
 
 
 
361
  # Launch Gradio for Replit
362
  demo.launch(server_name="0.0.0.0", server_port=7860)