Sangjun2 commited on
Commit
bc72d45
·
verified ·
1 Parent(s): 8bbfaaf

Support zero gpu

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -19,6 +19,9 @@ import sys
19
  import time
20
  import logging
21
  import subprocess
 
 
 
22
 
23
  # Git LFS pull 명령어 실행
24
  result = subprocess.run(['git', 'lfs', 'pull'], capture_output=True, text=True)
 
19
  import time
20
  import logging
21
  import subprocess
22
+ import spaces
23
+
24
+ @spaces.GPU
25
 
26
  # Git LFS pull 명령어 실행
27
  result = subprocess.run(['git', 'lfs', 'pull'], capture_output=True, text=True)