umairahmad1789 commited on
Commit
a0ba42d
·
verified ·
1 Parent(s): 54432a3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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/yolo_uninfected_cell.pt")
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