gz412 commited on
Commit
61b6fb8
·
1 Parent(s): f3ca430

test app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -1,3 +1,5 @@
 
 
1
  import spaces
2
  print("gz start")
3
  import sys
 
1
+ import os
2
+ os.environ["CUDA_VISIBLE_DEVICES"] = "-1"
3
  import spaces
4
  print("gz start")
5
  import sys