Spaces:
Runtime error
Runtime error
First model version
Browse files
app.py
CHANGED
@@ -59,7 +59,7 @@ output_word = gr.Dataframe(label="out_word", headers=['word'])
|
|
59 |
|
60 |
with blocks:
|
61 |
gr.Markdown('''
|
62 |
-
<h1 id="title">张博强毕设展示</h1>
|
63 |
<center> 西北工业大学 航海学院本科 张博强 </center>
|
64 |
<center> 毕设题目:自然场景中任意形状文字的检测与识别 </center>
|
65 |
<center> 检测:基于<a href="https://github.com/wangyuxin87/ContourNet">ContourNet</a> 识别:基于<a href="https://github.com/FangShancheng/ABINet">ABINet</a> </center>
|
|
|
59 |
|
60 |
with blocks:
|
61 |
gr.Markdown('''
|
62 |
+
<center><h1 id="title">张博强毕设展示</h1></center>
|
63 |
<center> 西北工业大学 航海学院本科 张博强 </center>
|
64 |
<center> 毕设题目:自然场景中任意形状文字的检测与识别 </center>
|
65 |
<center> 检测:基于<a href="https://github.com/wangyuxin87/ContourNet">ContourNet</a> 识别:基于<a href="https://github.com/FangShancheng/ABINet">ABINet</a> </center>
|