Spaces:
Runtime error
Runtime error
Commit
Β·
7c3c2eb
1
Parent(s):
68185f5
Update app.py
Browse files
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 |
-
|
109 |
|
110 |
-
|
111 |
|
112 |
-
However,
|
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 |
|