Spaces:
Paused
Paused
CreitinGameplays
commited on
Commit
•
48bb7a7
1
Parent(s):
e1f7aa3
Update app.py
Browse files
app.py
CHANGED
@@ -26,7 +26,7 @@ if torch.cuda.is_available():
|
|
26 |
tokenizer.use_default_system_prompt = False
|
27 |
|
28 |
|
29 |
-
@spaces.GPU(duration=
|
30 |
def generate(
|
31 |
message: str,
|
32 |
chat_history: list[tuple[str, str]],
|
|
|
26 |
tokenizer.use_default_system_prompt = False
|
27 |
|
28 |
|
29 |
+
@spaces.GPU(duration=90)
|
30 |
def generate(
|
31 |
message: str,
|
32 |
chat_history: list[tuple[str, str]],
|