Spaces:
Runtime error
Runtime error
cybernatedArt
commited on
Commit
·
54ac0d8
1
Parent(s):
af19131
Update app.py
Browse files
app.py
CHANGED
@@ -26,7 +26,7 @@ def classify_image(photos):
|
|
26 |
return confidences
|
27 |
|
28 |
|
29 |
-
title="SKIN DISEASE
|
30 |
|
31 |
description = "An automated system is proposed for the diagnosis of #23 common skin diseases by using data from clinical images and patient information using deep learning pre-trained EfficientNetB7 model with 75% accuracy. we will implement a simple image classification model using Gradio and Tensorflow. The image classification model will classify images of various skin disease problems into labeled classes."
|
32 |
|
|
|
26 |
return confidences
|
27 |
|
28 |
|
29 |
+
title="SKIN DISEASE DETECTION"
|
30 |
|
31 |
description = "An automated system is proposed for the diagnosis of #23 common skin diseases by using data from clinical images and patient information using deep learning pre-trained EfficientNetB7 model with 75% accuracy. we will implement a simple image classification model using Gradio and Tensorflow. The image classification model will classify images of various skin disease problems into labeled classes."
|
32 |
|