Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
import gradio as gr
|
2 |
import spaces
|
|
|
3 |
import PIL.Image as Image
|
4 |
from ultralytics import YOLO, YOLOv10
|
5 |
from huggingface_hub import hf_hub_download
|
|
|
1 |
import gradio as gr
|
2 |
import spaces
|
3 |
+
import supervision as sv
|
4 |
import PIL.Image as Image
|
5 |
from ultralytics import YOLO, YOLOv10
|
6 |
from huggingface_hub import hf_hub_download
|