a10 commited on
Commit
ead34f2
·
1 Parent(s): 86562c8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ import os
12
  import warnings
13
  warnings.filterwarnings("ignore")
14
 
15
- if ("0" == "mycustom"):
16
  os.environ["CUDA_DEVICE_ORDER"] = "PCI_BUS_ID"
17
  os.environ["CUDA_VISIBLE_DEVICES"] = ""
18
 
 
12
  import warnings
13
  warnings.filterwarnings("ignore")
14
 
15
+ if ("0" != "mycustom"):
16
  os.environ["CUDA_DEVICE_ORDER"] = "PCI_BUS_ID"
17
  os.environ["CUDA_VISIBLE_DEVICES"] = ""
18