rphrp1985 commited on
Commit
726ff10
1 Parent(s): 71b1f45

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -103,7 +103,7 @@ def str_to_json(str_obj):
103
  return json_obj
104
 
105
 
106
- @spaces.GPU(duration=90)
107
  def respond(
108
  message,
109
  history: list[tuple[str, str]],
 
103
  return json_obj
104
 
105
 
106
+ @spaces.GPU(duration=170)
107
  def respond(
108
  message,
109
  history: list[tuple[str, str]],