prakrutpatel commited on
Commit
19c8ff0
·
1 Parent(s): b8b88b4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ if "models" in pathlib.Path.cwd().parts:
24
  while "models" in pathlib.Path.cwd().parts:
25
  os.chdir('..')
26
  elif not pathlib.Path('models').exists():
27
- !git clone --depth 1 https://github.com/tensorflow/models
28
  cd models/research/
29
 
30
  from object_detection.utils import ops as utils_ops
 
24
  while "models" in pathlib.Path.cwd().parts:
25
  os.chdir('..')
26
  elif not pathlib.Path('models').exists():
27
+ os.system('git clone --depth 1 https://github.com/tensorflow/models')
28
  cd models/research/
29
 
30
  from object_detection.utils import ops as utils_ops