jonathanagustin
commited on
Commit
•
8208df3
1
Parent(s):
75236e0
Update app.py
Browse files
app.py
CHANGED
@@ -118,7 +118,7 @@ class LiveStreamAnnotator:
|
|
118 |
self.model = YOLO("yolov8x.pt")
|
119 |
self.font_path = self.download_font(
|
120 |
"https://www.fontsquirrel.com/fonts/download/open-sans",
|
121 |
-
"
|
122 |
)
|
123 |
self.current_page_token = None
|
124 |
self.streams = self.fetch_live_streams("world live cams")
|
|
|
118 |
self.model = YOLO("yolov8x.pt")
|
119 |
self.font_path = self.download_font(
|
120 |
"https://www.fontsquirrel.com/fonts/download/open-sans",
|
121 |
+
"open-sans.zip",
|
122 |
)
|
123 |
self.current_page_token = None
|
124 |
self.streams = self.fetch_live_streams("world live cams")
|