Spaces:
Runtime error
Runtime error
Update src/app/pipeline.py
Browse files- src/app/pipeline.py +1 -0
src/app/pipeline.py
CHANGED
|
@@ -3,6 +3,7 @@ import sys
|
|
| 3 |
import pickle
|
| 4 |
import shutil
|
| 5 |
from threading import Timer
|
|
|
|
| 6 |
|
| 7 |
sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), '..')))
|
| 8 |
app_root = os.path.abspath(os.path.join(os.path.dirname(__file__), '..'))
|
|
|
|
| 3 |
import pickle
|
| 4 |
import shutil
|
| 5 |
from threading import Timer
|
| 6 |
+
import subprocess
|
| 7 |
|
| 8 |
sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), '..')))
|
| 9 |
app_root = os.path.abspath(os.path.join(os.path.dirname(__file__), '..'))
|