Bhanu-Chander-ABB commited on
Commit
167f5fb
·
1 Parent(s): a12a1d9

modified tools

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -752,7 +752,7 @@ tools_list = [
752
  audio_url_to_text,
753
  # sports_awards_historicalfacts_tool,
754
  video_url_to_transcript_tool,
755
- max_object_in_video,
756
  ]
757
 
758
  tool_descriptions = "\n".join(f"- {tool.name}: {tool.description}" for tool in tools_list)
 
752
  audio_url_to_text,
753
  # sports_awards_historicalfacts_tool,
754
  video_url_to_transcript_tool,
755
+ # max_object_in_video,
756
  ]
757
 
758
  tool_descriptions = "\n".join(f"- {tool.name}: {tool.description}" for tool in tools_list)