Spaces:
Runtime error
Runtime error
giannantonio15
commited on
Commit
•
ea0722b
1
Parent(s):
fb69103
Update app.py
Browse files
app.py
CHANGED
@@ -395,8 +395,9 @@ def main():
|
|
395 |
return "", history + [[user_message, None]]
|
396 |
|
397 |
@spaces.GPU(duration=120)
|
398 |
-
def bot(
|
399 |
-
print(
|
|
|
400 |
global chat_engine_bandi
|
401 |
global chat_engine_bandi_sistema_puglia
|
402 |
global memory_bandi
|
|
|
395 |
return "", history + [[user_message, None]]
|
396 |
|
397 |
@spaces.GPU(duration=120)
|
398 |
+
def bot(msg, history):
|
399 |
+
print(history)
|
400 |
+
print(msg)
|
401 |
global chat_engine_bandi
|
402 |
global chat_engine_bandi_sistema_puglia
|
403 |
global memory_bandi
|