Spaces:
Runtime error
Runtime error
Shrirang20
commited on
Update app.py
Browse files
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):
|