Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
import gradio as gr
|
2 |
|
3 |
-
import
|
4 |
|
5 |
-
model =
|
6 |
|
7 |
def greet(source):
|
8 |
model = YOLO("best.pt")
|
|
|
1 |
import gradio as gr
|
2 |
|
3 |
+
from ultralytics import YOLO
|
4 |
|
5 |
+
model = YOLO("best.pt")
|
6 |
|
7 |
def greet(source):
|
8 |
model = YOLO("best.pt")
|