Spaces:
Sleeping
Sleeping
Alexandre Gazola
commited on
Commit
·
c56ba85
1
Parent(s):
ef55af7
fix
Browse files
count_max_bird_species_tool.py
CHANGED
@@ -10,7 +10,7 @@ def count_max_bird_species_in_video(youtube_url: str) -> int:
|
|
10 |
Count the maximum number of bird species in a YouTube video.
|
11 |
|
12 |
Args:
|
13 |
-
- youtube_url: str: the URL of the YouTube video
|
14 |
|
15 |
Returns:
|
16 |
- int: The maximum number of bird species detected in the YouTube video.
|
|
|
10 |
Count the maximum number of bird species in a YouTube video.
|
11 |
|
12 |
Args:
|
13 |
+
- youtube_url: str: the URL of the YouTube video.
|
14 |
|
15 |
Returns:
|
16 |
- int: The maximum number of bird species detected in the YouTube video.
|