Skip to content

Commit d58fa46

Browse files
committed
fix tqdm import for download progress
1 parent 9b0f8e7 commit d58fa46

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,7 +10,7 @@
1010
import cv2
1111
import numpy as np
1212
import requests
13-
import tqdm
13+
from tqdm import tqdm
1414
from PIL import Image
1515

1616
from roboflow.config import API_URL, OBJECT_DETECTION_MODEL, OBJECT_DETECTION_URL

0 commit comments

Comments
 (0)