Spaces:
Running
on
Zero
Running
on
Zero
reduce zerogpu time to avoid quota
Browse files
app.py
CHANGED
@@ -33,7 +33,7 @@ splat_pipeline = DiffusionPipeline.from_pretrained(
|
|
33 |
).to("cuda")
|
34 |
|
35 |
|
36 |
-
@spaces.GPU(duration=
|
37 |
def run(input_image, convert):
|
38 |
input_image = input_image.astype("float32") / 255.0
|
39 |
images = image_pipeline(
|
|
|
33 |
).to("cuda")
|
34 |
|
35 |
|
36 |
+
@spaces.GPU(duration=420)
|
37 |
def run(input_image, convert):
|
38 |
input_image = input_image.astype("float32") / 255.0
|
39 |
images = image_pipeline(
|