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