artyomboyko commited on
Commit
5d19fd1
·
verified ·
1 Parent(s): 3165df1

Update app_srv/app_srv.py

Browse files
Files changed (1) hide show
  1. app_srv/app_srv.py +2 -1
app_srv/app_srv.py CHANGED
@@ -41,6 +41,7 @@ def analyze_video_data(
41
  ) -> str:
42
  """
43
  This tool returns a text description of the frames from a YouTube clip and a full transcription of the audio track of that clip.
 
44
 
45
  Args:
46
  youtube_url (str): The URL of the YouTube video to be analyzed.
@@ -477,4 +478,4 @@ with gr.Blocks(title="Video Analysis Tool",) as demo:
477
 
478
 
479
  if __name__ == "__main__":
480
- demo.launch(mcp_server=True, queue=False)
 
41
  ) -> str:
42
  """
43
  This tool returns a text description of the frames from a YouTube clip and a full transcription of the audio track of that clip.
44
+ Analyzing clips can be time-consuming (depending on the specified quality). You should always wait for the process to complete.
45
 
46
  Args:
47
  youtube_url (str): The URL of the YouTube video to be analyzed.
 
478
 
479
 
480
  if __name__ == "__main__":
481
+ demo.launch(mcp_server=True)