Spaces:
Runtime error
Runtime error
Tentatively increase the timeout to avoid errors
Browse files
app.py
CHANGED
@@ -34,7 +34,7 @@ def get_strings(lang):
|
|
34 |
args, gen, enhancer = inferencer()
|
35 |
strings = get_strings("en")
|
36 |
|
37 |
-
@spaces.GPU(duration=
|
38 |
def infer(
|
39 |
prompt,
|
40 |
negative_prompt,
|
|
|
34 |
args, gen, enhancer = inferencer()
|
35 |
strings = get_strings("en")
|
36 |
|
37 |
+
@spaces.GPU(duration=100)
|
38 |
def infer(
|
39 |
prompt,
|
40 |
negative_prompt,
|