Bhanu-Chander-ABB commited on
Commit
932aa92
·
1 Parent(s): c059ea5

added tool

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -734,7 +734,7 @@ def max_object_in_video(video_url: str, object_label: str = "bird") -> str:
734
  # Use get_all_tools() to auto-discover all decorated tools.
735
  # tools_list = get_all_tools()
736
  tools_list = [
737
- # python_excel_audio_video_attached_file_tool,
738
  wikipedia_and_generalknowledge_search,
739
  # sports_awards_historicalfacts_tool,
740
  search_and_extract_research_paper_info,
 
734
  # Use get_all_tools() to auto-discover all decorated tools.
735
  # tools_list = get_all_tools()
736
  tools_list = [
737
+ python_excel_audio_video_attached_file_tool,
738
  wikipedia_and_generalknowledge_search,
739
  # sports_awards_historicalfacts_tool,
740
  search_and_extract_research_paper_info,