Update app.py
Browse files
app.py
CHANGED
@@ -37,7 +37,7 @@ def warmer():
|
|
37 |
|
38 |
if (text_output != None) and (text_output_2 != None):
|
39 |
print("ALIVE")
|
40 |
-
print("
|
41 |
print("qna response : ", text_output_2)
|
42 |
else:
|
43 |
print("DISCONNECTED")
|
|
|
37 |
|
38 |
if (text_output != None) and (text_output_2 != None):
|
39 |
print("ALIVE")
|
40 |
+
print("mistral response : ", text_output)
|
41 |
print("qna response : ", text_output_2)
|
42 |
else:
|
43 |
print("DISCONNECTED")
|