iamges renamed
Browse files- Normal-2.png β Normal.png +0 -0
- Tuberculosis-24.png β Tuberculosis.png +0 -0
- app.py +1 -1
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
|
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)
|