Update app.py
Browse files
app.py
CHANGED
@@ -116,7 +116,7 @@ def str_to_json(str_obj):
|
|
116 |
return json_obj
|
117 |
|
118 |
|
119 |
-
@spaces.GPU(duration=
|
120 |
def respond(
|
121 |
message,
|
122 |
history: list[tuple[str, str]],
|
|
|
116 |
return json_obj
|
117 |
|
118 |
|
119 |
+
@spaces.GPU(duration=60)
|
120 |
def respond(
|
121 |
message,
|
122 |
history: list[tuple[str, str]],
|