gregarific commited on
Commit
36b6445
1 Parent(s): 389d87d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -10,7 +10,8 @@ import tarfile
10
  import wget
11
  import gradio as gr
12
  from huggingface_hub import snapshot_download
13
- import os
 
14
 
15
  #PATH_TO_LABELS = 'data/label_map.pbtxt'
16
  PATH_TO_LABELS = 'label_map.pbtxt'
 
10
  import wget
11
  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
  PATH_TO_LABELS = 'label_map.pbtxt'