Spaces:
Runtime error
Runtime error
Connor Adams
commited on
Commit
·
08f321d
1
Parent(s):
5a46645
Update default test question
Browse files
test.py
CHANGED
@@ -7,7 +7,7 @@ agent = BasicAgent()
|
|
7 |
if len(sys.argv) > 1:
|
8 |
question = sys.argv[1]
|
9 |
else:
|
10 |
-
question = "
|
11 |
|
12 |
|
13 |
result = agent(question)
|
|
|
7 |
if len(sys.argv) > 1:
|
8 |
question = sys.argv[1]
|
9 |
else:
|
10 |
+
question = "In the video https://www.youtube.com/watch?v=L1vXCYZAYYM, what is the highest number of bird species to be on camera simultaneously?"
|
11 |
|
12 |
|
13 |
result = agent(question)
|