Upload folder using huggingface_hub
Browse files
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...")
|