as-cle-bert commited on
Commit
0b01aaa
1 Parent(s): 09569ec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ def add_message(history, message):
14
  return history, gr.MultimodalTextbox(value=None, interactive=False)
15
 
16
 
17
- @spaces.GPU
18
  def bot(history):
19
  if type(history[-1][0]) != tuple:
20
  try:
 
14
  return history, gr.MultimodalTextbox(value=None, interactive=False)
15
 
16
 
17
+ @spaces.GPU(duration=120)
18
  def bot(history):
19
  if type(history[-1][0]) != tuple:
20
  try: