crrrr30 commited on
Commit
04d10e3
1 Parent(s): 97233d3

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. demo.py +2 -3
demo.py CHANGED
@@ -1,7 +1,6 @@
1
  import os
2
- os.system("pip install datasets einops tabulate opencv-python ttach -U &> /dev/null")
3
- print("Installing ttach")
4
- os.system("pip install ttach -U -q")
5
 
6
  import os, cv2, time, math
7
  print("=> Loading libraries...")
 
1
  import os
2
+ os.system("pip install datasets einops tabulate opencv-python ttach scikit-learn -U &> /dev/null")
3
+ print("Installation finished.")
 
4
 
5
  import os, cv2, time, math
6
  print("=> Loading libraries...")