Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -29,6 +29,7 @@ st.title("Table Detection and Table Structure Recognition")
|
|
29 |
st.write("Implemented by MSFT team: https://github.com/microsoft/table-transformer")
|
30 |
|
31 |
|
|
|
32 |
def PIL_to_cv(pil_img):
|
33 |
return cv2.cvtColor(np.array(pil_img), cv2.COLOR_RGB2BGR)
|
34 |
|
|
|
29 |
st.write("Implemented by MSFT team: https://github.com/microsoft/table-transformer")
|
30 |
|
31 |
|
32 |
+
|
33 |
def PIL_to_cv(pil_img):
|
34 |
return cv2.cvtColor(np.array(pil_img), cv2.COLOR_RGB2BGR)
|
35 |
|