Shrirang20 commited on
Commit
f4c78ac
·
verified ·
1 Parent(s): 622163b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -29,6 +29,7 @@ def remove_tensorflow():
29
  subprocess.run([sys.executable, '-m', 'pip', 'uninstall', '-y', 'tensorflow'], check=True)
30
 
31
  print("CURRENT WORKING DIRECTORY:",os.getcwd())
 
32
  setup_flag = 'setup_complete.flag'
33
 
34
  if not os.path.exists(setup_flag):
 
29
  subprocess.run([sys.executable, '-m', 'pip', 'uninstall', '-y', 'tensorflow'], check=True)
30
 
31
  print("CURRENT WORKING DIRECTORY:",os.getcwd())
32
+ print("CURRENT WORKING DIRECTORY LIST:",os.listdir(os.getcwd()))
33
  setup_flag = 'setup_complete.flag'
34
 
35
  if not os.path.exists(setup_flag):