Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -11,6 +11,7 @@ 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 |
category_index = label_map_util.create_category_index_from_labelmap(PATH_TO_LABELS, use_display_name=True)
|
|
|
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 |
category_index = label_map_util.create_category_index_from_labelmap(PATH_TO_LABELS, use_display_name=True)
|