Spaces:
Build error
Build error
Support zero gpu
Browse files
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)
|