Update app.py
Browse files
app.py
CHANGED
@@ -85,7 +85,7 @@ def infer(
|
|
85 |
|
86 |
|
87 |
if USE_ZERO_GPU:
|
88 |
-
infer = spaces.GPU(infer)
|
89 |
|
90 |
examples = [
|
91 |
"Astronaut in a jungle, cold color palette, muted colors, detailed, 8k",
|
|
|
85 |
|
86 |
|
87 |
if USE_ZERO_GPU:
|
88 |
+
infer = spaces.GPU(infer, duration=360)
|
89 |
|
90 |
examples = [
|
91 |
"Astronaut in a jungle, cold color palette, muted colors, detailed, 8k",
|