Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -46,7 +46,7 @@ def classify_image(image):
|
|
46 |
interface = gr.Interface(
|
47 |
fn=classify_image,
|
48 |
inputs=gr.Image(type="pil"),
|
49 |
-
outputs=gr.Label(num_top_classes=3)
|
50 |
title="EfficientNet B3 Image Classifier",
|
51 |
description="Upload an image to classify using the trained EfficientNet B3 model."
|
52 |
)
|
|
|
46 |
interface = gr.Interface(
|
47 |
fn=classify_image,
|
48 |
inputs=gr.Image(type="pil"),
|
49 |
+
outputs= f'{gr.Label(num_top_classes=3)} cancer stage',
|
50 |
title="EfficientNet B3 Image Classifier",
|
51 |
description="Upload an image to classify using the trained EfficientNet B3 model."
|
52 |
)
|