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