Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -105,7 +105,7 @@ def preprocess(query: str) -> str:
|
|
105 |
return prompt
|
106 |
|
107 |
|
108 |
-
|
109 |
def reply(message: str, history: list[str]) -> str:
|
110 |
"""
|
111 |
Generates a response to the user’s message.
|
|
|
105 |
return prompt
|
106 |
|
107 |
|
108 |
+
#@spaces.GPU
|
109 |
def reply(message: str, history: list[str]) -> str:
|
110 |
"""
|
111 |
Generates a response to the user’s message.
|