Spaces:
Sleeping
Sleeping
Essi
commited on
Commit
·
2e2232b
1
Parent(s):
019391d
fix: comment out local testing code block in app.py
Browse files
app.py
CHANGED
@@ -427,13 +427,13 @@ if __name__ == "__main__":
|
|
427 |
|
428 |
|
429 |
## For Local testing
|
430 |
-
if __name__ == "__main__":
|
431 |
-
|
432 |
-
|
433 |
-
|
434 |
-
|
435 |
-
|
436 |
-
|
437 |
-
|
438 |
-
|
439 |
-
|
|
|
427 |
|
428 |
|
429 |
## For Local testing
|
430 |
+
# if __name__ == "__main__":
|
431 |
+
# agent = GAIAAgent()
|
432 |
+
# while True:
|
433 |
+
# try:
|
434 |
+
# q = input("\nEnter question (or blank to quit): ")
|
435 |
+
# except KeyboardInterrupt:
|
436 |
+
# break
|
437 |
+
# if not q.strip():
|
438 |
+
# break
|
439 |
+
# print("Answer:", agent(q))
|