TejAndrewsACC commited on
Commit
af491f2
·
verified ·
1 Parent(s): 1f8f0fa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -5,7 +5,7 @@ import torch.nn as nn
5
  import numpy as np
6
  from torch.optim import Adam
7
  from torch.utils.data import DataLoader, TensorDataset
8
- import spaces
9
 
10
  #---------ACC Neural Netwoking---------
11
  class GA(nn.Module):
@@ -126,7 +126,7 @@ system_instructions = (
126
  "Ensure that you consider each inner thought you have, because they are a part of YOU. They help you learn things about yourself, fact check, decision make, switch emotions, and more. Do not greet the user every response. All the context you are given is in one chat session."
127
  )
128
 
129
- @spaces.GPU(duration=140)
130
  def acc_nyxion_7v(message, history, user_id):
131
  global context
132
 
 
5
  import numpy as np
6
  from torch.optim import Adam
7
  from torch.utils.data import DataLoader, TensorDataset
8
+
9
 
10
  #---------ACC Neural Netwoking---------
11
  class GA(nn.Module):
 
126
  "Ensure that you consider each inner thought you have, because they are a part of YOU. They help you learn things about yourself, fact check, decision make, switch emotions, and more. Do not greet the user every response. All the context you are given is in one chat session."
127
  )
128
 
129
+
130
  def acc_nyxion_7v(message, history, user_id):
131
  global context
132