apailang commited on
Commit
d914368
β€’
1 Parent(s): ea6da2d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -12,6 +12,7 @@ import gradio as gr
12
  from huggingface_hub import snapshot_download
13
  import os
14
  import cv2
 
15
 
16
  PATH_TO_LABELS = 'data/label_map.pbtxt'
17
  category_index = label_map_util.create_category_index_from_labelmap(PATH_TO_LABELS, use_display_name=True)
 
12
  from huggingface_hub import snapshot_download
13
  import os
14
  import cv2
15
+ from tqdm import tqdm
16
 
17
  PATH_TO_LABELS = 'data/label_map.pbtxt'
18
  category_index = label_map_util.create_category_index_from_labelmap(PATH_TO_LABELS, use_display_name=True)