Niharmahesh commited on
Commit
13a19d5
·
verified ·
1 Parent(s): 5de0e13

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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('aslts', f'{alphabet.lower()}.jpeg')
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)