Prashasst commited on
Commit
4a9cb85
·
verified ·
1 Parent(s): 4c39be6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -360,4 +360,4 @@ with gr.Blocks() as demo:
360
  output_JSON = gr.JSON(label="Extracted Report") # Show JSON output
361
 
362
  submit_btn.click(show_to_UI, inputs=[pdf_input], outputs=[metadata_output, lab_test_output, reds_output,output_JSON])
363
- # demo.launch()
 
360
  output_JSON = gr.JSON(label="Extracted Report") # Show JSON output
361
 
362
  submit_btn.click(show_to_UI, inputs=[pdf_input], outputs=[metadata_output, lab_test_output, reds_output,output_JSON])
363
+ demo.launch()