Yzy00518 commited on
Commit
60c3e07
·
verified ·
1 Parent(s): 0a4bb93

Update src/app/pipeline.py

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