Harshithtd commited on
Commit
89fef3d
·
verified ·
1 Parent(s): 46713eb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,7 +44,7 @@ iface = gr.Interface(
44
  inputs=gr.Image(type="pil"),
45
  outputs="label",
46
  title="Medical Image Classification",
47
- description="Upload an image to predict its class with probabilities of top 3 predictions."
48
  )
49
 
50
  iface.launch()
 
44
  inputs=gr.Image(type="pil"),
45
  outputs="label",
46
  title="Medical Image Classification",
47
+ description="Upload an image to predict its class with probabilities of top 2 predictions."
48
  )
49
 
50
  iface.launch()