Spaces:
Sleeping
Sleeping
Commit
·
167f5fb
1
Parent(s):
a12a1d9
modified tools
Browse files
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)
|