rphrp1985 commited on
Commit
f9e7094
1 Parent(s): 39ca650

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -88,7 +88,7 @@ def str_to_json(str_obj):
88
  return json_obj
89
 
90
 
91
- @spaces.GPU(duration=90)
92
  def respond(
93
  message,
94
  history: list[tuple[str, str]],
 
88
  return json_obj
89
 
90
 
91
+ @spaces.GPU(duration=170)
92
  def respond(
93
  message,
94
  history: list[tuple[str, str]],