Dricz commited on
Commit
fee70a2
·
verified ·
1 Parent(s): 1ee7fc3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import matplotlib.pyplot as plt
3
  from PIL import Image
4
  from ultralytics import YOLO
5
 
6
- model = YOLO('best(1).pt')
7
 
8
  def response(image):
9
  results = model(image)
 
3
  from PIL import Image
4
  from ultralytics import YOLO
5
 
6
+ model = YOLO('best (1).pt')
7
 
8
  def response(image):
9
  results = model(image)