Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -35,7 +35,7 @@ model.config.sliding_window = 4096
|
|
35 |
model.eval()
|
36 |
|
37 |
|
38 |
-
@spaces.GPU(duration=
|
39 |
def generate(
|
40 |
message: str,
|
41 |
chat_history: list[tuple[str, str]],
|
|
|
35 |
model.eval()
|
36 |
|
37 |
|
38 |
+
@spaces.GPU(duration=240)
|
39 |
def generate(
|
40 |
message: str,
|
41 |
chat_history: list[tuple[str, str]],
|