Spaces:
Sleeping
Sleeping
sergey21000
commited on
Commit
•
6911e9d
1
Parent(s):
a90f2f6
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,6 @@ from typing import List, Dict, Union, Tuple, Literal, Optional
|
|
4 |
|
5 |
import numpy as np
|
6 |
import gradio as gr
|
7 |
-
from gradio.components.base import Component
|
8 |
from ultralytics import YOLO
|
9 |
|
10 |
from utils import download_model, detect_image, detect_video, get_csv_annotate
|
|
|
4 |
|
5 |
import numpy as np
|
6 |
import gradio as gr
|
|
|
7 |
from ultralytics import YOLO
|
8 |
|
9 |
from utils import download_model, detect_image, detect_video, get_csv_annotate
|