TejAndrewsACC commited on
Commit
22a55c3
·
verified ·
1 Parent(s): 3fa0790

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -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
130
  def acc_nyxion_7v(message, history, user_id):
131
  global context
132
 
 
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