Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -47,7 +47,7 @@ model.config.sliding_window = 4096
|
|
47 |
model.eval()
|
48 |
|
49 |
|
50 |
-
@spaces.GPU()
|
51 |
def generate(
|
52 |
message: str,
|
53 |
chat_history: list[tuple[str, str]],
|
|
|
47 |
model.eval()
|
48 |
|
49 |
|
50 |
+
@spaces.GPU(duration=120)
|
51 |
def generate(
|
52 |
message: str,
|
53 |
chat_history: list[tuple[str, str]],
|