Spaces:
Runtime error
Runtime error
Upload 2 files
Browse files- pages/1_π₯_An_Image.py +1 -1
- pages/2_π·_A_Folder.py +1 -1
pages/1_π₯_An_Image.py
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
|
2 |
import cv2
|
3 |
import numpy as np
|
4 |
import streamlit as st
|
|
|
1 |
+
import pre_reqs
|
2 |
import cv2
|
3 |
import numpy as np
|
4 |
import streamlit as st
|
pages/2_π·_A_Folder.py
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
|
2 |
import glob
|
3 |
import os.path
|
4 |
|
|
|
1 |
+
import pre_reqs
|
2 |
import glob
|
3 |
import os.path
|
4 |
|