AIQuest commited on
Commit
8dd8457
·
verified ·
1 Parent(s): 089997b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ from ultralytics import YOLO ## for Yolov8
3
  import matplotlib.pyplot as plt
4
  import gradio as gr
5
  import numpy as np
6
-
7
  # function which is returning the number of object detected
8
  def number_object_detected(image):
9
 
 
3
  import matplotlib.pyplot as plt
4
  import gradio as gr
5
  import numpy as np
6
+ import pickle
7
  # function which is returning the number of object detected
8
  def number_object_detected(image):
9