Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -47,7 +47,7 @@ Below is an operations research question. Build a mathematical model and corresp
|
|
| 47 |
# Response:
|
| 48 |
"""
|
| 49 |
|
| 50 |
-
@spaces.GPU(duration=
|
| 51 |
def generate(
|
| 52 |
message: str,
|
| 53 |
chat_history: list[tuple[str, str]],
|
|
|
|
| 47 |
# Response:
|
| 48 |
"""
|
| 49 |
|
| 50 |
+
@spaces.GPU(duration=90)
|
| 51 |
def generate(
|
| 52 |
message: str,
|
| 53 |
chat_history: list[tuple[str, str]],
|