sandz7 commited on
Commit
bdcaa9a
Β·
1 Parent(s): 8ecf076

added spaces back

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -152,6 +152,7 @@ mode = ""
152
  # gpt_outputs.append(text)
153
  # yield "".join(gpt_outputs)
154
 
 
155
  async def bot_comms_async(message, history):
156
  global mode
157
 
 
152
  # gpt_outputs.append(text)
153
  # yield "".join(gpt_outputs)
154
 
155
+ @spaces.GPU(duration=120)
156
  async def bot_comms_async(message, history):
157
  global mode
158