Toumaima commited on
Commit
223028a
·
verified ·
1 Parent(s): faaf5fc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -52,6 +52,7 @@ class BasicAgent:
52
  # If no video is provided, search the web for an answer
53
  search_answer = self.search(question)
54
  print(f"Agent returning search result: {search_answer[:100]}...")
 
55
  return search_answer
56
 
57
 
 
52
  # If no video is provided, search the web for an answer
53
  search_answer = self.search(question)
54
  print(f"Agent returning search result: {search_answer[:100]}...")
55
+ time.sleep(2)
56
  return search_answer
57
 
58