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