Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -396,6 +396,7 @@ def main():
|
|
396 |
|
397 |
@spaces.GPU(duration=120)
|
398 |
def bot(userMessage, history):
|
|
|
399 |
global chat_engine_bandi
|
400 |
global chat_engine_bandi_sistema_puglia
|
401 |
global memory_bandi
|
|
|
396 |
|
397 |
@spaces.GPU(duration=120)
|
398 |
def bot(userMessage, history):
|
399 |
+
print(userMessage)
|
400 |
global chat_engine_bandi
|
401 |
global chat_engine_bandi_sistema_puglia
|
402 |
global memory_bandi
|