ccm commited on
Commit
98b8089
·
verified ·
1 Parent(s): d0b143b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -65,7 +65,7 @@ def preprocess(query: str) -> str:
65
  return prompt
66
 
67
 
68
- @spaces.GPU
69
  def reply(message: str, history: list[str]) -> str:
70
  """
71
  Generates a response to the user’s message.
 
65
  return prompt
66
 
67
 
68
+ @spaces.GPU(duration=30)
69
  def reply(message: str, history: list[str]) -> str:
70
  """
71
  Generates a response to the user’s message.