Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
free-x
/
custom-test
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
free-x
commited on
May 16, 2024
Commit
5b54605
·
verified
·
1 Parent(s):
86d9d69
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-2
app.py
CHANGED
Viewed
@@ -5,8 +5,8 @@ import subprocess
5
6
7
8
-
print(os.system('nvidia-smi')
9
-
print()
10
11
def get_disk_usage():
12
try:
5
6
7
8
+
print(os.system('nvidia-smi')
)
9
+
10
11
def get_disk_usage():
12
try: