Realcat commited on
Commit
30903a6
·
1 Parent(s): 6200ec0

fix: zerogpu

Browse files
Files changed (1) hide show
  1. 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,