nikigoli commited on
Commit
40da5bf
1 Parent(s): 00176f5

Removed switch_cuda.sh call

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -48,9 +48,9 @@ subprocess.run(
48
  )
49
  )
50
  """
51
- with open('./switch_cuda.sh', 'rb') as file:
52
- script = file.read()
53
- call(script, shell=True)
54
 
55
  with open('./build_ops.sh', 'rb') as file:
56
  script = file.read()
 
48
  )
49
  )
50
  """
51
+ #with open('./switch_cuda.sh', 'rb') as file:
52
+ # script = file.read()
53
+ #call(script, shell=True)
54
 
55
  with open('./build_ops.sh', 'rb') as file:
56
  script = file.read()