Suphawan commited on
Commit
8aebf88
1 Parent(s): ca860a0

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ interface = gr.Interface(
28
  fn=predict,
29
  inputs=gr.Image(type="pil", label="Upload an Image"),
30
  outputs=gr.Label(num_top_classes=2, label="Predicted Class"),
31
- title="Melanoma Classification with InceptionV3",
32
  description="Upload an image to classify it into one of the classes."
33
  )
34
 
 
28
  fn=predict,
29
  inputs=gr.Image(type="pil", label="Upload an Image"),
30
  outputs=gr.Label(num_top_classes=2, label="Predicted Class"),
31
+ title="Melanoma Classification with InceptionV2",
32
  description="Upload an image to classify it into one of the classes."
33
  )
34