Update app.py
Browse files
app.py
CHANGED
@@ -88,7 +88,7 @@ def str_to_json(str_obj):
|
|
88 |
return json_obj
|
89 |
|
90 |
|
91 |
-
@spaces.GPU(duration=
|
92 |
def respond(
|
93 |
message,
|
94 |
history: list[tuple[str, str]],
|
|
|
88 |
return json_obj
|
89 |
|
90 |
|
91 |
+
@spaces.GPU(duration=140)
|
92 |
def respond(
|
93 |
message,
|
94 |
history: list[tuple[str, str]],
|