juanxo90 commited on
Commit
5f9ea99
·
verified ·
1 Parent(s): 5f612a3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -46,7 +46,8 @@ model_id='https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud',
46
  custom_role_conversions=None,
47
  )
48
 
49
-
 
50
  # Import tool from Hub
51
  image_generation_tool = load_tool("agents-course/text-to-image", trust_remote_code=True)
52
 
 
46
  custom_role_conversions=None,
47
  )
48
 
49
+ # impor from the files
50
+ duck_search = DuckDuckGoSearchTool()
51
  # Import tool from Hub
52
  image_generation_tool = load_tool("agents-course/text-to-image", trust_remote_code=True)
53