TobDeBer commited on
Commit
345756e
·
verified ·
1 Parent(s): 8a5474d

Update app.py (#3)

Browse files

- Update app.py (fe02dd72639cd7fa9a31fbe9979cad8e67b806b6)

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -110,7 +110,7 @@ def get_messages_formatter_type(model_name):
110
  return MessagesFormatterType.CHATML
111
 
112
  # --- Haupt-Antwortfunktion für ChatInterface ---
113
- @spaces.GPU(duration=45)
114
  def respond(
115
  message,
116
  history: list[tuple[str, str]],
 
110
  return MessagesFormatterType.CHATML
111
 
112
  # --- Haupt-Antwortfunktion für ChatInterface ---
113
+ @spaces.GPU(duration=60)
114
  def respond(
115
  message,
116
  history: list[tuple[str, str]],