SagarPuniyani commited on
Commit
207bbf3
·
verified ·
1 Parent(s): e2a1281

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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) + 'cancer stage',
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
  )