Update app.py
Browse files
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 |
-
|
|
|
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()
|