Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -65,7 +65,7 @@ def preprocess(query: str) -> str:
|
|
65 |
return prompt
|
66 |
|
67 |
|
68 |
-
@spaces.GPU
|
69 |
def reply(message: str, history: list[str]) -> str:
|
70 |
"""
|
71 |
Generates a response to the user’s message.
|
|
|
65 |
return prompt
|
66 |
|
67 |
|
68 |
+
@spaces.GPU(duration=30)
|
69 |
def reply(message: str, history: list[str]) -> str:
|
70 |
"""
|
71 |
Generates a response to the user’s message.
|