Commit
·
ae47e4d
1
Parent(s):
93a274c
Update eda.py
Browse files
eda.py
CHANGED
@@ -31,7 +31,8 @@ def run():
|
|
31 |
|
32 |
st.markdown('---')
|
33 |
|
34 |
-
|
|
|
35 |
|
36 |
import os
|
37 |
import torch
|
|
|
31 |
|
32 |
st.markdown('---')
|
33 |
|
34 |
+
dataset_path = "andrewsunanda/fast_food_image_classification"
|
35 |
+
st.write(os.listdir(dataset_path))
|
36 |
|
37 |
import os
|
38 |
import torch
|