cbensimon HF Staff commited on
Commit
49c2af2
·
1 Parent(s): 7c48676

No need torchvision

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ t0 = datetime.now()
5
 
6
  # Upgrade PyTorch
7
  import os
8
- os.system('pip install --upgrade --pre --extra-index-url https://download.pytorch.org/whl/nightly/cu126 "torch<2.9" torchvision spaces')
9
  print('torch upgrade', -(t0 - (t0 := datetime.now())))
10
 
11
  # Actual app.py
 
5
 
6
  # Upgrade PyTorch
7
  import os
8
+ os.system('pip install --upgrade --pre --extra-index-url https://download.pytorch.org/whl/nightly/cu126 "torch<2.9" spaces')
9
  print('torch upgrade', -(t0 - (t0 := datetime.now())))
10
 
11
  # Actual app.py