Spaces:
Sleeping
Sleeping
Commit
·
c059ea5
1
Parent(s):
51cc59e
removed tool
Browse files
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,
|