NassimeBejaia commited on
Commit
83d6dda
1 Parent(s): f6c478e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -114,7 +114,7 @@ def main():
114
 
115
  if __name__ == '__main__':
116
 
117
- os.system('git clone --recurse-submodules https://github.com/nnassime/test_detection.git ./app')
118
 
119
  st.write(os.listdir())
120
  #st.write(os.listdir('test_detection/'))
 
114
 
115
  if __name__ == '__main__':
116
 
117
+ os.system('git clone --recurse-submodules https://github.com/nnassime/test_detection.git .')
118
 
119
  st.write(os.listdir())
120
  #st.write(os.listdir('test_detection/'))