runaksh commited on
Commit
6db0f0f
·
verified ·
1 Parent(s): 0fdf470

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ description = "XRay classification"
38
  # Create Gradio interface
39
  iface = gr.Interface(fn=classify_image,
40
  inputs=gr.Image(), # Accepts image of any size
41
- outputs=gr.label_pneumonia(),
42
  title=title,
43
  description=description)
44
 
 
38
  # Create Gradio interface
39
  iface = gr.Interface(fn=classify_image,
40
  inputs=gr.Image(), # Accepts image of any size
41
+ outputs=gr.Label(),
42
  title=title,
43
  description=description)
44