crrrr30 commited on
Commit
97233d3
·
1 Parent(s): af134f4

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. demo.py +3 -1
demo.py CHANGED
@@ -1,5 +1,7 @@
1
  import os
2
- os.system("pip install datasets einops tabulate opencv-python ttach -U")
 
 
3
 
4
  import os, cv2, time, math
5
  print("=> Loading libraries...")
 
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...")