Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
|