Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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}.
|
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:
|