Spaces:
Runtime error
Runtime error
jonathanagustin
commited on
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")
|