giannantonio15 commited on
Commit
ea82e78
1 Parent(s): ead8a4a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -393,7 +393,8 @@ def main():
393
  history = []
394
 
395
  return "", history + [[user_message, None]]
396
- @spaces.GPU(duration=120)
 
397
  def bot(history):
398
  lenght = len(history)
399
  userMessage = history[lenght-1][0]
 
393
  history = []
394
 
395
  return "", history + [[user_message, None]]
396
+
397
+ @spaces.GPU(duration=150)
398
  def bot(history):
399
  lenght = len(history)
400
  userMessage = history[lenght-1][0]