Spaces:
Sleeping
Sleeping
Commit
·
c7b3a23
1
Parent(s):
0f2858a
changed caption
Browse files
app.py
CHANGED
|
@@ -135,5 +135,5 @@ def main(det_archs, reco_archs):
|
|
| 135 |
|
| 136 |
if __name__ == "__main__":
|
| 137 |
main(DET_ARCHS, RECO_ARCHS)
|
| 138 |
-
st.markdown("Used Github Actions to automatically build the app on any updates on this [github repo link](https://github.com/deepanshu2207/
|
| 139 |
-
st.caption("Made with ❤️ by
|
|
|
|
| 135 |
|
| 136 |
if __name__ == "__main__":
|
| 137 |
main(DET_ARCHS, RECO_ARCHS)
|
| 138 |
+
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)")
|
| 139 |
+
st.caption("Made with ❤️ by Deepanshu. Credits to 🤗 Spaces for Hosting this.")
|