jonathanagustin commited on
Commit
5c6a649
·
verified ·
1 Parent(s): 8f53b45

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -202,7 +202,7 @@ class LiveYouTubeObjectDetector:
202
  def __init__(self):
203
  """Initializes the LiveYouTubeObjectDetector with YOLO model and UI components."""
204
  logging.getLogger().setLevel(logging.DEBUG)
205
- self.model = YOLO("yolo11n.pt") # Using yolo11n.pt as per your request
206
  self.streams = INITIAL_STREAMS
207
 
208
  # Gradio UI
 
202
  def __init__(self):
203
  """Initializes the LiveYouTubeObjectDetector with YOLO model and UI components."""
204
  logging.getLogger().setLevel(logging.DEBUG)
205
+ self.model = YOLO("yolo11n.pt")
206
  self.streams = INITIAL_STREAMS
207
 
208
  # Gradio UI