Spaces:
Runtime error
Runtime error
liujch1998
commited on
Commit
Β·
ba7a4e7
1
Parent(s):
1b60906
Debug
Browse files
app.py
CHANGED
@@ -8,6 +8,7 @@ print('Disk usage:')
|
|
8 |
print(stat)
|
9 |
import os
|
10 |
# execute a shell command and print its output
|
|
|
11 |
print(os.popen('du -sh ~').read())
|
12 |
|
13 |
device = torch.device('cuda') if torch.cuda.is_available() else torch.device('cpu')
|
|
|
8 |
print(stat)
|
9 |
import os
|
10 |
# execute a shell command and print its output
|
11 |
+
print(os.popen('du -sh /').read())
|
12 |
print(os.popen('du -sh ~').read())
|
13 |
|
14 |
device = torch.device('cuda') if torch.cuda.is_available() else torch.device('cpu')
|