Spaces:
Sleeping
Sleeping
Commit
·
d06a6f3
1
Parent(s):
c92fd72
bug fixed
Browse files
app.py
CHANGED
|
@@ -19,6 +19,9 @@ def main(det_archs, reco_archs):
|
|
| 19 |
# Wide mode
|
| 20 |
st.set_page_config(layout="wide")
|
| 21 |
|
|
|
|
|
|
|
|
|
|
| 22 |
# Designing the interface
|
| 23 |
st.title("Document Text Extraction")
|
| 24 |
# For newline
|
|
@@ -134,6 +137,4 @@ def main(det_archs, reco_archs):
|
|
| 134 |
|
| 135 |
|
| 136 |
if __name__ == "__main__":
|
| 137 |
-
st.markdown("Used Github Actions to automatically build the app on any updates on this [github repo link](https://github.com/deepanshu2207/imgtotxt_using_DocTR)")
|
| 138 |
-
st.caption("Made with ❤️ by Deepanshu. Credits to 🤗 Spaces for Hosting this.")
|
| 139 |
main(DET_ARCHS, RECO_ARCHS)
|
|
|
|
| 19 |
# Wide mode
|
| 20 |
st.set_page_config(layout="wide")
|
| 21 |
|
| 22 |
+
st.markdown("Used Github Actions to automatically build the app on any updates on this [github repo link](https://github.com/deepanshu2207/imgtotxt_using_DocTR)")
|
| 23 |
+
st.caption("Made with ❤️ by Deepanshu. Credits to 🤗 Spaces for Hosting this.")
|
| 24 |
+
|
| 25 |
# Designing the interface
|
| 26 |
st.title("Document Text Extraction")
|
| 27 |
# For newline
|
|
|
|
| 137 |
|
| 138 |
|
| 139 |
if __name__ == "__main__":
|
|
|
|
|
|
|
| 140 |
main(DET_ARCHS, RECO_ARCHS)
|