Spaces:
Restarting
on
Zero
Restarting
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -40,7 +40,7 @@ while not os.path.exists(MODEL_PATH):
|
|
40 |
time.sleep(5)
|
41 |
|
42 |
# Function to handle AI responses
|
43 |
-
@spaces.GPU
|
44 |
def respond(
|
45 |
message,
|
46 |
history: list[tuple[str, str]],
|
|
|
40 |
time.sleep(5)
|
41 |
|
42 |
# Function to handle AI responses
|
43 |
+
@spaces.GPU
|
44 |
def respond(
|
45 |
message,
|
46 |
history: list[tuple[str, str]],
|