Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -43,7 +43,7 @@ PLACEHOLDER = """
|
|
43 |
</div>
|
44 |
"""
|
45 |
|
46 |
-
@spaces.GPU(duration=
|
47 |
def respond(
|
48 |
message,
|
49 |
history: list[tuple[str, str]],
|
|
|
43 |
</div>
|
44 |
"""
|
45 |
|
46 |
+
@spaces.GPU(duration=120)
|
47 |
def respond(
|
48 |
message,
|
49 |
history: list[tuple[str, str]],
|