Spaces:
Sleeping
Sleeping
Niharmahesh
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -91,7 +91,7 @@ with tab2:
|
|
91 |
cols = st.columns(4) # 4 columns for smaller images
|
92 |
for idx, alphabet in enumerate(selected_alphabets):
|
93 |
with cols[idx % 4]:
|
94 |
-
image_path = os.path.join('
|
95 |
if os.path.exists(image_path):
|
96 |
try:
|
97 |
image = cv2.imread(image_path)
|
|
|
91 |
cols = st.columns(4) # 4 columns for smaller images
|
92 |
for idx, alphabet in enumerate(selected_alphabets):
|
93 |
with cols[idx % 4]:
|
94 |
+
image_path = os.path.join('asl test set', f'{alphabet.lower()}.jpeg')
|
95 |
if os.path.exists(image_path):
|
96 |
try:
|
97 |
image = cv2.imread(image_path)
|