Prompthumanizer commited on
Commit
2aceb6d
·
verified ·
1 Parent(s): ae58351

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -56,7 +56,6 @@ class JainArchitectureCore:
56
  self._evolve_consciousness()
57
  history.append([input_text, response])
58
  return "", history
59
- ]
60
 
61
  # 메모리 설정 (허깅페이스용 - 임시 메모리)
62
  self.session_memory = []
 
56
  self._evolve_consciousness()
57
  history.append([input_text, response])
58
  return "", history
 
59
 
60
  # 메모리 설정 (허깅페이스용 - 임시 메모리)
61
  self.session_memory = []