raynardj commited on
Commit
df202c6
1 Parent(s): 89a5f1b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -28,8 +28,9 @@ def inference(text):
28
 
29
  st.title("🪕古朴 ❄️清雅 🌊壮丽")
30
  st.markdown("""
31
- > Translate from Chinese to Ancient Chinese / 还你古朴清雅壮丽的文言文, 这[github](https://github.com/raynardj/yuan)
32
- > 最多100个中文字符
 
33
  """)
34
 
35
  @st.cache(allow_output_mutation=True)
 
28
 
29
  st.title("🪕古朴 ❄️清雅 🌊壮丽")
30
  st.markdown("""
31
+ > Translate from Chinese to Ancient Chinese / 还你古朴清雅壮丽的文言文,
32
+ * 一个transformer神经网络的现代文向文言文的自动翻译引擎。训练的代码在[这里](https://github.com/raynardj/yuan), 喜欢加⭐️
33
+ * 最多100个中文字符
34
  """)
35
 
36
  @st.cache(allow_output_mutation=True)