breezedeus commited on
Commit
7aa3bf4
1 Parent(s): 72f89af

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -151,8 +151,8 @@ def main():
151
 
152
  st.markdown('# 开源Python OCR工具 ' '[CnOCR](https://github.com/breezedeus/cnocr)')
153
  st.markdown('> 详细说明参见:[CnOCR 文档](https://cnocr.readthedocs.io/) ;'
154
- '欢迎加入 [交流群](https://cnocr.readthedocs.io/zh/latest/contact/) ;'
155
- '作者:[breezedeus](https://github.com/breezedeus) 。')
156
  st.markdown('')
157
  st.subheader('选择待检测图片')
158
  content_file = st.file_uploader('', type=["png", "jpg", "jpeg", "webp"])
 
151
 
152
  st.markdown('# 开源Python OCR工具 ' '[CnOCR](https://github.com/breezedeus/cnocr)')
153
  st.markdown('> 详细说明参见:[CnOCR 文档](https://cnocr.readthedocs.io/) ;'
154
+ '欢迎加入 [交流群](https://www.breezedeus.com/join-group) ;'
155
+ '作者:[breezedeus](https://www.breezedeus.com), [Github](https://github.com/breezedeus) 。')
156
  st.markdown('')
157
  st.subheader('选择待检测图片')
158
  content_file = st.file_uploader('', type=["png", "jpg", "jpeg", "webp"])