rishabhv471
commited on
Commit
•
58ab6bf
1
Parent(s):
58e27e4
Update app.py
Browse files
app.py
CHANGED
@@ -17,7 +17,7 @@ from vietocr.tool.predictor import Predictor
|
|
17 |
|
18 |
st.set_option('deprecation.showPyplotGlobalUse', False)
|
19 |
st.set_page_config(layout='wide')
|
20 |
-
st.title("Table Detection and Table Structure Recognition")
|
21 |
st.write(
|
22 |
"Implemented by MSFT team: https://github.com/microsoft/table-transformer")
|
23 |
|
|
|
17 |
|
18 |
st.set_option('deprecation.showPyplotGlobalUse', False)
|
19 |
st.set_page_config(layout='wide')
|
20 |
+
st.title("Table Detection and Table Structure Recognition By VWITS")
|
21 |
st.write(
|
22 |
"Implemented by MSFT team: https://github.com/microsoft/table-transformer")
|
23 |
|