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