leadingbridge commited on
Commit
7c3c2eb
Β·
1 Parent(s): 68185f5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -105,11 +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 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
 
 
105
  proceed_button = gr.Button("Translate")
106
  proceed_button.click(fn=translate_to_english, inputs=inputs, outputs=outputs)
107
  gr.Markdown('''
108
+ We are happy to share with you some Chinese language models that we've made using NLP. When we looked online, we noticed that there weren't many resources available for Chinese NLP, so we hope that our models can be useful to you.
109
 
110
+ We 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, We hope that you find them helpful and that you can help make them even better.
113
  ''')
114
 
115