prakasa1234 commited on
Commit
8df0804
·
verified ·
1 Parent(s): 93ce6d8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ yolo_model.eval()
15
  # -----------------------------
16
  # 2. Reference alphabet image (WebP)
17
  # -----------------------------
18
- REFERENCE_IMAGE_PATH = "asl_alphabet.png"
19
  reference_img = cv2.imread(REFERENCE_IMAGE_PATH)
20
  reference_img = cv2.cvtColor(reference_img, cv2.COLOR_BGR2RGB)
21
 
 
15
  # -----------------------------
16
  # 2. Reference alphabet image (WebP)
17
  # -----------------------------
18
+ REFERENCE_IMAGE_PATH = "asl_alphabet.jpg"
19
  reference_img = cv2.imread(REFERENCE_IMAGE_PATH)
20
  reference_img = cv2.cvtColor(reference_img, cv2.COLOR_BGR2RGB)
21