cofeg commited on
Commit
7c479d2
1 Parent(s): e729704

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,6 +27,6 @@ demo = gr.Interface(fn=split_and_generate,
27
  inputs=[gr.Textbox(label="现代文", lines=10)],
28
  outputs=[gr.Textbox(label="古文", lines=10)],
29
  title="现代文转古文大模型",
30
- description="请在左边对话框输入你要转换的现代文并点击“Submit”按钮,耐心等待十几秒钟,右边的对话框将显示转换后的古文。<br>一个句子不要太长,如果文本很长,可多分几个句子,模型会逐句转化。<br>详情请访问本项目[GitHub主页](https://github.com/JianXiao2021/ancient_text_generation_LLM)。"
31
  )
32
  demo.launch()
 
27
  inputs=[gr.Textbox(label="现代文", lines=10)],
28
  outputs=[gr.Textbox(label="古文", lines=10)],
29
  title="现代文转古文大模型",
30
+ description="请在左边对话框输入你要转换的现代文并点击“Submit”按钮,右边的对话框将显示转换后的古文。首次使用较慢,后面很快。<br>一个句子不要太长,如果文本很长,可多分几个句子,模型会逐句转化。<br>详情请访问本项目[GitHub主页](https://github.com/JianXiao2021/ancient_text_generation_LLM)。"
31
  )
32
  demo.launch()