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