chanfee commited on
Commit
468ff7c
·
verified ·
1 Parent(s): 2047a6d

Remove torch/torchvision in requirements.

Browse files

Use the preinstalled version to avoid Cuda issues.

Files changed (1) hide show
  1. requirements.txt +2 -2
requirements.txt CHANGED
@@ -1,5 +1,5 @@
1
- torch
2
- torchvision
3
  # gradio
4
  numpy
5
  Pillow
 
1
+ # torch
2
+ # torchvision
3
  # gradio
4
  numpy
5
  Pillow