Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -25,6 +25,7 @@ import asyncio
|
|
25 |
st.set_option('deprecation.showPyplotGlobalUse', False)
|
26 |
st.set_page_config(layout='wide')
|
27 |
st.title("Table Detection and Table Structure Recognition")
|
|
|
28 |
|
29 |
|
30 |
def PIL_to_cv(pil_img):
|
|
|
25 |
st.set_option('deprecation.showPyplotGlobalUse', False)
|
26 |
st.set_page_config(layout='wide')
|
27 |
st.title("Table Detection and Table Structure Recognition")
|
28 |
+
st.write("Implemented by MSFT team: https://github.com/microsoft/table-transformer")
|
29 |
|
30 |
|
31 |
def PIL_to_cv(pil_img):
|