Spaces:
Sleeping
Sleeping
Merge commit 'c2630f4a726f1ca08eac3c20fddff7f14da9d499'
Browse files- identify_cards.py +1 -1
identify_cards.py
CHANGED
@@ -5,7 +5,7 @@ import os
|
|
5 |
import cv2
|
6 |
import numpy as np
|
7 |
from PIL import Image
|
8 |
-
from transformers import pipeline
|
9 |
|
10 |
from utils import arrange_hand
|
11 |
|
|
|
5 |
import cv2
|
6 |
import numpy as np
|
7 |
from PIL import Image
|
8 |
+
# from transformers import pipeline
|
9 |
|
10 |
from utils import arrange_hand
|
11 |
|