Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -31,7 +31,7 @@ if torch.cuda.is_available():
|
|
31 |
tokenizer.use_default_system_prompt = False
|
32 |
|
33 |
|
34 |
-
@spaces.GPU(duration=
|
35 |
def generate(
|
36 |
message: str,
|
37 |
chat_history: list[tuple[str, str]],
|
|
|
31 |
tokenizer.use_default_system_prompt = False
|
32 |
|
33 |
|
34 |
+
@spaces.GPU(duration=60)
|
35 |
def generate(
|
36 |
message: str,
|
37 |
chat_history: list[tuple[str, str]],
|