Spaces:
Running
on
Zero
Running
on
Zero
aixsatoshi
commited on
Commit
•
9838fcd
1
Parent(s):
d766a76
Update app.py
Browse files
app.py
CHANGED
@@ -49,6 +49,7 @@ hf_hub_download(
|
|
49 |
llm = None
|
50 |
llm_model = None
|
51 |
|
|
|
52 |
def respond(
|
53 |
message,
|
54 |
history: list[tuple[str, str]],
|
|
|
49 |
llm = None
|
50 |
llm_model = None
|
51 |
|
52 |
+
@spaces.GPU(duration=120)
|
53 |
def respond(
|
54 |
message,
|
55 |
history: list[tuple[str, str]],
|