Niharmahesh commited on
Commit
4e255b6
·
verified ·
1 Parent(s): de96b0e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -109,7 +109,7 @@ if selected_alphabets:
109
 
110
  for j, alphabet in enumerate(row_alphabets):
111
  with cols_in_row[j]:
112
- image_path = f'asl test set/{alphabet}.jpg'
113
  if os.path.exists(image_path):
114
  predicted_class, probabilities, landmarks = process_and_predict(image_path)
115
  if predicted_class is not None:
 
109
 
110
  for j, alphabet in enumerate(row_alphabets):
111
  with cols_in_row[j]:
112
+ image_path = f'asl test set/{alphabet}.jpeg'
113
  if os.path.exists(image_path):
114
  predicted_class, probabilities, landmarks = process_and_predict(image_path)
115
  if predicted_class is not None: