deepsh2207 commited on
Commit
fd26dfb
·
1 Parent(s): ae0acef

Added caption at end

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -131,6 +131,9 @@ def main(det_archs, reco_archs):
131
 
132
  st.success('Done!')
133
  st.balloons()
 
 
 
134
 
135
  if __name__ == "__main__":
136
  main(DET_ARCHS, RECO_ARCHS)
 
131
 
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)