Update app.py
Browse files
app.py
CHANGED
@@ -37,5 +37,5 @@ with gr.Blocks(title="Chest X-Ray Disease Classification", css="") as demo:
|
|
37 |
label = gr.outputs.Label(num_top_classes=4)
|
38 |
|
39 |
submit_btn.click(predict_input_image, inputs=image, outputs=label, api_name="prediction_place")
|
40 |
-
|
41 |
demo.launch()
|
|
|
37 |
label = gr.outputs.Label(num_top_classes=4)
|
38 |
|
39 |
submit_btn.click(predict_input_image, inputs=image, outputs=label, api_name="prediction_place")
|
40 |
+
|
41 |
demo.launch()
|