rphrp1985 commited on
Commit
3446fdb
·
verified ·
1 Parent(s): 52a2ad2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -116,7 +116,7 @@ def str_to_json(str_obj):
116
  return json_obj
117
 
118
 
119
- @spaces.GPU(duration=170)
120
  def respond(
121
  message,
122
  history: list[tuple[str, str]],
 
116
  return json_obj
117
 
118
 
119
+ @spaces.GPU(duration=60)
120
  def respond(
121
  message,
122
  history: list[tuple[str, str]],