Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -5,7 +5,7 @@ from ultralytics.utils.plotting import Annotator
|
|
| 5 |
|
| 6 |
import gradio as gr
|
| 7 |
|
| 8 |
-
cell_detector = YOLO("./weights/
|
| 9 |
yolo_detector = YOLO("./weights/yolo_infected_cells.pt")
|
| 10 |
# redetr_detector = YOLO("./weights/yolo_infected_cells.pt")
|
| 11 |
|
|
|
|
| 5 |
|
| 6 |
import gradio as gr
|
| 7 |
|
| 8 |
+
cell_detector = YOLO("./weights/yolo_uninfected_cells.pt")
|
| 9 |
yolo_detector = YOLO("./weights/yolo_infected_cells.pt")
|
| 10 |
# redetr_detector = YOLO("./weights/yolo_infected_cells.pt")
|
| 11 |
|