Spaces:
Build error
Build error
Iskaj
commited on
Commit
·
6bbc3de
1
Parent(s):
ccea5f9
fix typo in docs
Browse files- videohash.py +1 -1
videohash.py
CHANGED
|
@@ -141,7 +141,7 @@ def compute_hashes(url: str, fps=FPS):
|
|
| 141 |
Args:
|
| 142 |
url (str): Url of the input video.
|
| 143 |
|
| 144 |
-
|
| 145 |
({str: int, str: ndarray}): Dict with the frame number and the corresponding hash.
|
| 146 |
"""
|
| 147 |
|
|
|
|
| 141 |
Args:
|
| 142 |
url (str): Url of the input video.
|
| 143 |
|
| 144 |
+
Yields:
|
| 145 |
({str: int, str: ndarray}): Dict with the frame number and the corresponding hash.
|
| 146 |
"""
|
| 147 |
|