Alexandre Gazola commited on
Commit
c56ba85
·
1 Parent(s): ef55af7
Files changed (1) hide show
  1. count_max_bird_species_tool.py +1 -1
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.