Spaces:
Sleeping
Sleeping
Alexandre Gazola
commited on
Commit
·
f844bc4
1
Parent(s):
83c3dce
fix
Browse files
app.py
CHANGED
@@ -56,8 +56,6 @@ class LangChainAgent:
|
|
56 |
def __call__(self, question: str) -> str:
|
57 |
print(f"LangChain agent received: {question[:50]}...")
|
58 |
|
59 |
-
download_file_as_base64
|
60 |
-
|
61 |
#print("Waiting 60s before answering")
|
62 |
#time.sleep(10) # Delay for 60 seconds
|
63 |
|
|
|
56 |
def __call__(self, question: str) -> str:
|
57 |
print(f"LangChain agent received: {question[:50]}...")
|
58 |
|
|
|
|
|
59 |
#print("Waiting 60s before answering")
|
60 |
#time.sleep(10) # Delay for 60 seconds
|
61 |
|