Mustafa-albakkar commited on
Commit
cfb71b2
·
verified ·
1 Parent(s): b9ff189

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
  ) ]