Nina-HK commited on
Commit
61e65a4
1 Parent(s): c814416

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -61,7 +61,7 @@ binary_interface_cnn = gr.Interface(fn=classify_cnn,
61
  outputs=gr.Label(num_top_classes=2),
62
  title="Binary Image Classification",
63
  description="Classify an image as healthy or patient using custom CNN.",
64
- examples=[['300104.png'],['371129.png']]
65
  )
66
 
67
  binary_interface_efn = gr.Interface(fn=classify_efn,
@@ -69,7 +69,7 @@ binary_interface_efn = gr.Interface(fn=classify_efn,
69
  outputs=gr.Label(num_top_classes=2),
70
  title="Binary Image Classification",
71
  description="Classify an image as healthy or patient using EfficientNet.",
72
- examples=[['300104.png'],['371129.png']]
73
  )
74
 
75
 
 
61
  outputs=gr.Label(num_top_classes=2),
62
  title="Binary Image Classification",
63
  description="Classify an image as healthy or patient using custom CNN.",
64
+ examples=[['331027(1).png'],['371129.png']]
65
  )
66
 
67
  binary_interface_efn = gr.Interface(fn=classify_efn,
 
69
  outputs=gr.Label(num_top_classes=2),
70
  title="Binary Image Classification",
71
  description="Classify an image as healthy or patient using EfficientNet.",
72
+ examples=[['331027(1).png'],['371129.png']]
73
  )
74
 
75