Spaces:
Sleeping
Sleeping
Harshithtd
commited on
Update app.py
Browse files
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
|
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()
|