Mushfi commited on
Commit
2f86dc1
·
1 Parent(s): 513ce06

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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()