yinde commited on
Commit
7723f28
·
verified ·
1 Parent(s): 8f1f706

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -1,3 +1,6 @@
 
 
 
1
  from smolagents import CodeAgent,DuckDuckGoSearchTool, HfApiModel,load_tool,tool
2
  import datetime
3
  import requests
 
1
+ #install dependencies
2
+ pip install opencv-python
3
+
4
  from smolagents import CodeAgent,DuckDuckGoSearchTool, HfApiModel,load_tool,tool
5
  import datetime
6
  import requests