Vermeer commited on
Commit
71b2c34
Β·
1 Parent(s): c6f337b

iamges renamed

Browse files
Normal-2.png β†’ Normal.png RENAMED
File without changes
Tuberculosis-24.png β†’ Tuberculosis.png RENAMED
File without changes
app.py CHANGED
@@ -13,7 +13,7 @@ def classify(img):
13
 
14
  image = gr.inputs.Image(shape=(224, 224))
15
  label = gr.outputs.Label(num_top_classes=2)
16
- examples = ["Normal-2.png", "Tubercolosis-24.png"]
17
 
18
 
19
  intf = gr.Interface(classify,inputs=image, outputs=label, examples=examples, capture_session=True)
 
13
 
14
  image = gr.inputs.Image(shape=(224, 224))
15
  label = gr.outputs.Label(num_top_classes=2)
16
+ examples = ["Normal.png", "Tuberculosis.png"]
17
 
18
 
19
  intf = gr.Interface(classify,inputs=image, outputs=label, examples=examples, capture_session=True)