Spaces:
Running
on
Zero
Running
on
Zero
optimize gpu allocation
Browse files
app.py
CHANGED
@@ -140,7 +140,7 @@ def ncut_run(
|
|
140 |
rgb = dont_use_too_much_green(rgb)
|
141 |
return to_pil_images(rgb), logging_str
|
142 |
|
143 |
-
@spaces.GPU(duration=
|
144 |
def quick_run(images, **kwargs):
|
145 |
return ncut_run(images, **kwargs)
|
146 |
|
|
|
140 |
rgb = dont_use_too_much_green(rgb)
|
141 |
return to_pil_images(rgb), logging_str
|
142 |
|
143 |
+
@spaces.GPU(duration=13)
|
144 |
def quick_run(images, **kwargs):
|
145 |
return ncut_run(images, **kwargs)
|
146 |
|