Spaces:
Runtime error
Runtime error
cybernatedArt
commited on
Commit
•
9e4d2a6
1
Parent(s):
462128d
Update app.py
Browse files
app.py
CHANGED
@@ -5,11 +5,11 @@ path_to_model = "./model_2.h5"
|
|
5 |
|
6 |
model = tf.keras.models.load_model(path_to_model)
|
7 |
|
8 |
-
labels = ['Acne
|
9 |
-
'Actinic Keratosis Basal Cell Carcinoma',
|
10 |
'Atopic Dermatitis', 'Bullous Disease',
|
11 |
'Cellulitis Impetigo (Bacterial Infections)',
|
12 |
-
'Eczema', 'Exanthems
|
13 |
'Herpes HPV', 'Disorders of Pigmentation',
|
14 |
'Lupus ',
|
15 |
'Melanoma (Skin Cancer)', 'Nail Fungus',
|
|
|
5 |
|
6 |
model = tf.keras.models.load_model(path_to_model)
|
7 |
|
8 |
+
labels = ['Acne / Rosacea',
|
9 |
+
'Actinic Keratosis / Basal Cell Carcinoma',
|
10 |
'Atopic Dermatitis', 'Bullous Disease',
|
11 |
'Cellulitis Impetigo (Bacterial Infections)',
|
12 |
+
'Eczema', 'Exanthems (Drug Eruptions)', 'Hair Loss (Alopecia)',
|
13 |
'Herpes HPV', 'Disorders of Pigmentation',
|
14 |
'Lupus ',
|
15 |
'Melanoma (Skin Cancer)', 'Nail Fungus',
|