Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 = []
|