curry tang
commited on
Commit
·
8b4c265
1
Parent(s):
35acdb0
update
Browse files
app.py
CHANGED
@@ -17,6 +17,7 @@ def init_chat():
|
|
17 |
|
18 |
|
19 |
def predict(message, history, chat):
|
|
|
20 |
file_len = len(message.files)
|
21 |
if chat is None:
|
22 |
chat = init_chat()
|
|
|
17 |
|
18 |
|
19 |
def predict(message, history, chat):
|
20 |
+
print('!!!!!', message, history, chat)
|
21 |
file_len = len(message.files)
|
22 |
if chat is None:
|
23 |
chat = init_chat()
|