Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -227,7 +227,7 @@ tools: List[Tool] = [
|
|
| 227 |
"- Input must be a user question and a direct media URL (image or video).\n"
|
| 228 |
"- For images/audio: provide the link to the image/audio exactly like : https://huggingface.co/spaces/Mustafa-albakkar/Agent_Assignment/resolve/main/{image_url}\n"
|
| 229 |
"- For videos: provide the link to the YouTube or MP4 file. e.g: video_url\n"
|
| 230 |
-
"The tool will return a detailed description and a summary."
|
| 231 |
),
|
| 232 |
Tool(name="CoderAgent", func=coder_agent_proxy, description="Use this to generate or fix code and execute it, by providing it a discription of the needed code, don't code by yourself"
|
| 233 |
) ]
|
|
|
|
| 227 |
"- Input must be a user question and a direct media URL (image or video).\n"
|
| 228 |
"- For images/audio: provide the link to the image/audio exactly like : https://huggingface.co/spaces/Mustafa-albakkar/Agent_Assignment/resolve/main/{image_url}\n"
|
| 229 |
"- For videos: provide the link to the YouTube or MP4 file. e.g: video_url\n"
|
| 230 |
+
"The tool will return a detailed description and a summary.")
|
| 231 |
),
|
| 232 |
Tool(name="CoderAgent", func=coder_agent_proxy, description="Use this to generate or fix code and execute it, by providing it a discription of the needed code, don't code by yourself"
|
| 233 |
) ]
|