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