Spaces:
Runtime error
Runtime error
panotedi
commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -16,7 +16,7 @@ st.title("CS634 - Assignment 3")
|
|
| 16 |
user_image_input = st.file_uploader("Upload Images", type=["jpg"])
|
| 17 |
|
| 18 |
|
| 19 |
-
path='
|
| 20 |
photos=[]
|
| 21 |
for fold in glob.glob(path, recursive=True):
|
| 22 |
for subdir, dirs, files in os.walk(fold):
|
|
|
|
| 16 |
user_image_input = st.file_uploader("Upload Images", type=["jpg"])
|
| 17 |
|
| 18 |
|
| 19 |
+
path='lfw2/V*'
|
| 20 |
photos=[]
|
| 21 |
for fold in glob.glob(path, recursive=True):
|
| 22 |
for subdir, dirs, files in os.walk(fold):
|