Spaces:
Paused
Paused
Update app.py (#3)
Browse files- Update app.py (fe02dd72639cd7fa9a31fbe9979cad8e67b806b6)
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=
|
| 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]],
|