liuganghuggingface commited on
Commit
dba5d40
·
verified ·
1 Parent(s): c9c9033

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -90,7 +90,7 @@ def test(n):
90
  print(n)
91
  # print('intest device', zero.device)
92
  # device = zero.device
93
- print('1 ',torch.Tensor([1]).cuda())
94
  return 0
95
 
96
  test(1)
 
90
  print(n)
91
  # print('intest device', zero.device)
92
  # device = zero.device
93
+ # print('1 ',torch.Tensor([1]).cuda())
94
  return 0
95
 
96
  test(1)