Spaces:
Running
on
T4
Running
on
T4
Update app.py
Browse files
app.py
CHANGED
@@ -5,6 +5,8 @@ import logging
|
|
5 |
import os
|
6 |
import os.path as osp
|
7 |
|
|
|
|
|
8 |
import sys
|
9 |
CODE_SPACE=os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
|
10 |
|
|
|
5 |
import os
|
6 |
import os.path as osp
|
7 |
|
8 |
+
os.system('nvidia-smi')
|
9 |
+
|
10 |
import sys
|
11 |
CODE_SPACE=os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
|
12 |
|