Spaces:
Build error
Build error
Ibrahim-Fateen commited on
Commit ·
b51b081
1
Parent(s): 95888fa
categories
Browse files
app.py
CHANGED
|
@@ -17,7 +17,8 @@ learn = load_learner('model.pkl')
|
|
| 17 |
image = gr.Image()
|
| 18 |
label = gr.Label()
|
| 19 |
|
| 20 |
-
categories = ['
|
|
|
|
| 21 |
|
| 22 |
|
| 23 |
iface = gr.Interface(fn=classify_image, inputs=image, outputs=label)
|
|
|
|
| 17 |
image = gr.Image()
|
| 18 |
label = gr.Label()
|
| 19 |
|
| 20 |
+
categories = ['Abrasion', 'Bruise', 'Burn', 'Cut', 'Diabetic Wound', 'Laseration', 'Normal', 'Pressure Wound',
|
| 21 |
+
'Surgical Wound', 'Venous Wound']
|
| 22 |
|
| 23 |
|
| 24 |
iface = gr.Interface(fn=classify_image, inputs=image, outputs=label)
|