djl234 commited on
Commit
3b1f1d6
·
1 Parent(s): b2a4f5f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -6,6 +6,7 @@ import os
6
  os.system("pip3 install torch")
7
  os.system("pip3 install collections")
8
  os.system("pip3 install torchvision")
 
9
  #os.system("pip3 install argparse")
10
 
11
  from PIL import Image
 
6
  os.system("pip3 install torch")
7
  os.system("pip3 install collections")
8
  os.system("pip3 install torchvision")
9
+ os.system("pip3 install einops")
10
  #os.system("pip3 install argparse")
11
 
12
  from PIL import Image