Rehman1603 commited on
Commit
d8e67ae
1 Parent(s): 0f77c04

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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('best.pt')
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 = []