Spaces:
Running
Running
CaioXapelaum
commited on
Commit
•
4bf5f6e
1
Parent(s):
ef73e61
Update app.py
Browse files
app.py
CHANGED
@@ -54,7 +54,7 @@ llm_model = None
|
|
54 |
|
55 |
cv2.setNumThreads(1)
|
56 |
|
57 |
-
@spaces.GPU(
|
58 |
def respond(
|
59 |
message,
|
60 |
history: list[tuple[str, str]],
|
|
|
54 |
|
55 |
cv2.setNumThreads(1)
|
56 |
|
57 |
+
@spaces.GPU()
|
58 |
def respond(
|
59 |
message,
|
60 |
history: list[tuple[str, str]],
|