Spaces:
Runtime error
Runtime error
Update eda.py
Browse files
eda.py
CHANGED
|
@@ -35,7 +35,7 @@ def run():
|
|
| 35 |
st.image('https://i.ytimg.com/vi/vic-EMOivpA/maxresdefault.jpg', caption='What is your skin type?', use_container_width=True)
|
| 36 |
|
| 37 |
# Set dataset path
|
| 38 |
-
main_path = '
|
| 39 |
train_path = os.path.join(main_path, 'train')
|
| 40 |
|
| 41 |
# Validasi path dataset
|
|
|
|
| 35 |
st.image('https://i.ytimg.com/vi/vic-EMOivpA/maxresdefault.jpg', caption='What is your skin type?', use_container_width=True)
|
| 36 |
|
| 37 |
# Set dataset path
|
| 38 |
+
main_path = './Oily-Dry-Skin-Types/'
|
| 39 |
train_path = os.path.join(main_path, 'train')
|
| 40 |
|
| 41 |
# Validasi path dataset
|