Spaces:
Running
on
Zero
Running
on
Zero
fix: zerogpu
Browse files- imcui/ui/utils.py +2 -1
imcui/ui/utils.py
CHANGED
@@ -828,7 +828,8 @@ def generate_fake_outputs(
|
|
828 |
)
|
829 |
|
830 |
|
831 |
-
@spaces.GPU(duration=60)
|
|
|
832 |
def run_matching(
|
833 |
image0: np.ndarray,
|
834 |
image1: np.ndarray,
|
|
|
828 |
)
|
829 |
|
830 |
|
831 |
+
# @spaces.GPU(duration=60)
|
832 |
+
@spaces.GPU()
|
833 |
def run_matching(
|
834 |
image0: np.ndarray,
|
835 |
image1: np.ndarray,
|