SuperMiner commited on
Commit
5af83b1
·
1 Parent(s): 6f04e62
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -6,8 +6,6 @@ zero = torch.Tensor([0]).cuda()
6
  print(zero.device) # <-- 'cpu' 🤔
7
 
8
  @spaces.GPU
9
- import subprocess
10
-
11
  subprocess.run(['bash', 'https://astral.sh/uv/install.sh'])
12
 
13
 
 
6
  print(zero.device) # <-- 'cpu' 🤔
7
 
8
  @spaces.GPU
 
 
9
  subprocess.run(['bash', 'https://astral.sh/uv/install.sh'])
10
 
11