IniNLP247 commited on
Commit
b5f0e9f
·
verified ·
1 Parent(s): 08cc7f7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -384,9 +384,9 @@ class AdvancedMemorySystem:
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,7 +667,7 @@ with gr.Blocks(
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
 
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