TobDeBer commited on
Commit
2d1ec07
·
verified ·
1 Parent(s): 0decd75

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ def get_messages_formatter_type(model_name):
34
  ## Main Response Function for ChatInterface
35
  # ----------------------------------------------------------------------
36
 
37
- @spaces.GPU(duration=45)
38
  def respond(
39
  message,
40
  history: list[dict[str, str]],
 
34
  ## Main Response Function for ChatInterface
35
  # ----------------------------------------------------------------------
36
 
37
+ @spaces.GPU(duration=90)
38
  def respond(
39
  message,
40
  history: list[dict[str, str]],