vishal2023 commited on
Commit
0896925
·
1 Parent(s): 73a10d7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,4 +14,4 @@ def predict_from_img(img):
14
  import gradio as gr
15
  image = gr.inputs.Image(shape=(150,150))
16
  label = gr.outputs.Label(num_top_classes=2)
17
- gr.Interface(fn=predict_from_img, inputs=image, outputs=label).launch()
 
14
  import gradio as gr
15
  image = gr.inputs.Image(shape=(150,150))
16
  label = gr.outputs.Label(num_top_classes=2)
17
+ gr.Interface(fn=predict_from_img, inputs=image, outputs=label,title = 'PNEUMONIA-DETECTION').launch()