Skip to content

Commit 754af57

Browse files
authored
Merge pull request #223 from roboflow/fix-tqdm-import
fix tqdm import for download progress
2 parents 9b0f8e7 + 898a476 commit 754af57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roboflow/models/object_detection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
import cv2
1111
import numpy as np
1212
import requests
13-
import tqdm
1413
from PIL import Image
14+
from tqdm import tqdm
1515

1616
from roboflow.config import API_URL, OBJECT_DETECTION_MODEL, OBJECT_DETECTION_URL
1717
from roboflow.models.inference import InferenceModel

0 commit comments

Comments
 (0)