Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -20,7 +20,7 @@ hf_hub_download(
|
|
20 |
llm = None
|
21 |
llm_model = None
|
22 |
|
23 |
-
@spaces.GPU()
|
24 |
def respond(
|
25 |
message,
|
26 |
history: list[tuple[str, str]],
|
|
|
20 |
llm = None
|
21 |
llm_model = None
|
22 |
|
23 |
+
@spaces.GPU(duration=120)
|
24 |
def respond(
|
25 |
message,
|
26 |
history: list[tuple[str, str]],
|