Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -4,6 +4,10 @@ import torch
|
|
4 |
# from sahi.utils.cv import visualize_object_predictions, read_image
|
5 |
import os
|
6 |
import requests
|
|
|
|
|
|
|
|
|
7 |
|
8 |
from ultralyticsplus import YOLO, render_result
|
9 |
|
|
|
4 |
# from sahi.utils.cv import visualize_object_predictions, read_image
|
5 |
import os
|
6 |
import requests
|
7 |
+
import json
|
8 |
+
|
9 |
+
from PIL import Image
|
10 |
+
from huggingface_hub import hf_hub_download
|
11 |
|
12 |
from ultralyticsplus import YOLO, render_result
|
13 |
|