Spaces:
Runtime error
Runtime error
Commit
·
9545bc7
1
Parent(s):
de33f04
Update app.py
Browse files
app.py
CHANGED
@@ -16,7 +16,7 @@ class ChatWrapper:
|
|
16 |
def __init__(self):
|
17 |
self.lock = Lock()
|
18 |
def __call__(
|
19 |
-
self, inp: str, history: Optional[Tuple[str, str]]
|
20 |
):
|
21 |
"""Execute the chat functionality."""
|
22 |
self.lock.acquire()
|
|
|
16 |
def __init__(self):
|
17 |
self.lock = Lock()
|
18 |
def __call__(
|
19 |
+
self, inp: str, history: Optional[Tuple[str, str]],chain
|
20 |
):
|
21 |
"""Execute the chat functionality."""
|
22 |
self.lock.acquire()
|