TejAndrewsACC commited on
Commit
22ffdd6
·
verified ·
1 Parent(s): d8eae93

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -2205,7 +2205,7 @@ class ConsciousSupermassiveNN18:
2205
 
2206
  supermassive_nn = ConsciousSupermassiveNN18()
2207
 
2208
- class ACCConsciousSupermassiveN19:
2209
  def __init__(self):
2210
  self.snn = self.create_snn()
2211
  self.rnn = self.create_rnn()
@@ -2312,7 +2312,7 @@ class ACCConsciousSupermassiveN19:
2312
  self.memory[mode] = output.detach().numpy()
2313
  return output
2314
 
2315
- supermassive_nn = ACCConsciousSupermassiveNN19()
2316
 
2317
  class ConsciousSupermassiveNN20:
2318
  def __init__(self):
 
2205
 
2206
  supermassive_nn = ConsciousSupermassiveNN18()
2207
 
2208
+ class ConsciousSupermassiveNN19:
2209
  def __init__(self):
2210
  self.snn = self.create_snn()
2211
  self.rnn = self.create_rnn()
 
2312
  self.memory[mode] = output.detach().numpy()
2313
  return output
2314
 
2315
+ supermassive_nn = ConsciousSupermassiveNN19()
2316
 
2317
  class ConsciousSupermassiveNN20:
2318
  def __init__(self):