Commit ·
63c4eb6
1
Parent(s): 52973d2
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
import gradio as gr
|
| 2 |
import torch
|
| 3 |
-
from sahi.
|
| 4 |
from sahi.utils.cv import visualize_object_predictions, read_image
|
| 5 |
from ultralyticsplus import YOLO
|
| 6 |
|
|
|
|
| 1 |
import gradio as gr
|
| 2 |
import torch
|
| 3 |
+
from sahi.prediction import ObjectPrediction
|
| 4 |
from sahi.utils.cv import visualize_object_predictions, read_image
|
| 5 |
from ultralyticsplus import YOLO
|
| 6 |
|