Spaces:
Runtime error
Runtime error
Update eda.py
Browse files
eda.py
CHANGED
|
@@ -33,7 +33,7 @@ def run():
|
|
| 33 |
st.write("---")
|
| 34 |
|
| 35 |
st.image('https://i.ytimg.com/vi/vic-EMOivpA/maxresdefault.jpg', caption='What is your skin type?', use_container_width=True)
|
| 36 |
-
st.write('This model
|
| 37 |
|
| 38 |
|
| 39 |
# Set dataset path
|
|
|
|
| 33 |
st.write("---")
|
| 34 |
|
| 35 |
st.image('https://i.ytimg.com/vi/vic-EMOivpA/maxresdefault.jpg', caption='What is your skin type?', use_container_width=True)
|
| 36 |
+
st.write('This model is trained based on 3 classes: Normal Type, Dry Type, Oily Type. The model will predict skin type based on features in the uploaded image. The results will be assigned to the class that has the highest probability. Each class has a maximum probability of 33.37%')
|
| 37 |
|
| 38 |
|
| 39 |
# Set dataset path
|