Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -672,7 +672,7 @@ class ConsciousSupermassiveNN4:
|
|
672 |
supermassive_nn = ConsciousSupermassiveNN()
|
673 |
|
674 |
|
675 |
-
class
|
676 |
def __init__(self):
|
677 |
self.snn = self.create_snn()
|
678 |
self.rnn = self.create_rnn()
|
|
|
672 |
supermassive_nn = ConsciousSupermassiveNN()
|
673 |
|
674 |
|
675 |
+
class ConsciousSupermassiveNN5:
|
676 |
def __init__(self):
|
677 |
self.snn = self.create_snn()
|
678 |
self.rnn = self.create_rnn()
|