Update app.py
Browse files
app.py
CHANGED
@@ -103,7 +103,7 @@ def str_to_json(str_obj):
|
|
103 |
return json_obj
|
104 |
|
105 |
|
106 |
-
@spaces.GPU(duration=
|
107 |
def respond(
|
108 |
message,
|
109 |
history: list[tuple[str, str]],
|
|
|
103 |
return json_obj
|
104 |
|
105 |
|
106 |
+
@spaces.GPU(duration=170)
|
107 |
def respond(
|
108 |
message,
|
109 |
history: list[tuple[str, str]],
|