Update app.py
Browse files
app.py
CHANGED
|
@@ -384,9 +384,9 @@ class AdvancedMemorySystem:
|
|
| 384 |
}
|
| 385 |
|
| 386 |
|
| 387 |
-
print("
|
| 388 |
advanced_memory = AdvancedMemorySystem(embedding_model, global_vector_store)
|
| 389 |
-
print("
|
| 390 |
|
| 391 |
previous_emotion = "neutral"
|
| 392 |
|
|
@@ -667,7 +667,7 @@ with gr.Blocks(
|
|
| 667 |
|
| 668 |
|
| 669 |
if __name__ == "__main__":
|
| 670 |
-
print("
|
| 671 |
demo.launch(
|
| 672 |
share=True,
|
| 673 |
show_error=True
|
|
|
|
| 384 |
}
|
| 385 |
|
| 386 |
|
| 387 |
+
print("Initializing Advanced Memory System...")
|
| 388 |
advanced_memory = AdvancedMemorySystem(embedding_model, global_vector_store)
|
| 389 |
+
print("Advanced Memory System initialized!")
|
| 390 |
|
| 391 |
previous_emotion = "neutral"
|
| 392 |
|
|
|
|
| 667 |
|
| 668 |
|
| 669 |
if __name__ == "__main__":
|
| 670 |
+
print("Starting Kenko Mental Health Assistant with Emotion Detection...")
|
| 671 |
demo.launch(
|
| 672 |
share=True,
|
| 673 |
show_error=True
|