Spaces:
Running
on
Zero
Running
on
Zero
wannaphong
commited on
Commit
•
933a11c
1
Parent(s):
5526ef6
Update app.py
Browse files
app.py
CHANGED
@@ -37,8 +37,8 @@ hf_hub_download(
|
|
37 |
|
38 |
llm = None
|
39 |
llm_model = None
|
40 |
-
#
|
41 |
-
@spaces.GPU()
|
42 |
def respond(
|
43 |
message,
|
44 |
history: list[tuple[str, str]],
|
|
|
37 |
|
38 |
llm = None
|
39 |
llm_model = None
|
40 |
+
#
|
41 |
+
@spaces.GPU(duration=120)
|
42 |
def respond(
|
43 |
message,
|
44 |
history: list[tuple[str, str]],
|