Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -3,7 +3,7 @@ from PIL import Image
|
|
| 3 |
from ultralytics import YOLO
|
| 4 |
import gradio as gr
|
| 5 |
|
| 6 |
-
model=YOLO('
|
| 7 |
def Predict(img):
|
| 8 |
|
| 9 |
objects_name = []
|
|
|
|
| 3 |
from ultralytics import YOLO
|
| 4 |
import gradio as gr
|
| 5 |
|
| 6 |
+
model=YOLO('Organ_detection.pt')
|
| 7 |
def Predict(img):
|
| 8 |
|
| 9 |
objects_name = []
|