Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -3,6 +3,7 @@ import torchvision
|
|
| 3 |
from torchvision import transforms
|
| 4 |
from ultralytics import YOLO
|
| 5 |
import gradio as gr
|
|
|
|
| 6 |
from PIL import Image, ImageDraw
|
| 7 |
import numpy as np
|
| 8 |
from sklearn.metrics import precision_recall_fscore_support
|
|
|
|
| 3 |
from torchvision import transforms
|
| 4 |
from ultralytics import YOLO
|
| 5 |
import gradio as gr
|
| 6 |
+
import urllib.request
|
| 7 |
from PIL import Image, ImageDraw
|
| 8 |
import numpy as np
|
| 9 |
from sklearn.metrics import precision_recall_fscore_support
|