leadingbridge commited on
Commit
51807bd
Β·
1 Parent(s): 0d20b20

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -105,9 +105,11 @@ with gr.Blocks() as demo:
105
  proceed_button = gr.Button("Translate")
106
  proceed_button.click(fn=translate_to_english, inputs=inputs, outputs=outputs)
107
  gr.Markdown('''
108
- I'm excited to share with you the above Chinese NLP models that I've developed. In my search for Chinese NLP resources on the internet, I found that there are not many available, so I hope that these models will be helpful to you.
109
 
110
- I want to acknowledge that these models are not perfect and there is still room for improvement. Due to resource limitations, there may be some limitations or errors in the models. However, I hope that you will find them useful and that you will be able to contribute to their improvement.
 
 
111
  ''')
112
 
113
 
 
105
  proceed_button = gr.Button("Translate")
106
  proceed_button.click(fn=translate_to_english, inputs=inputs, outputs=outputs)
107
  gr.Markdown('''
108
+ I'm happy to share with you some Chinese language models that I've made using NLP. When I looked online, I noticed that there weren't many resources available for Chinese NLP, so I hope that my models can be useful to you.
109
 
110
+ I want to mention that these models aren't perfect and there is still room for improvement. Because of limited resources, there might be some mistakes or limitations in the models.
111
+
112
+ However, I hope that you find them helpful and that you can help make them even better.
113
  ''')
114
 
115