EricaCorral commited on
Commit
cbd5c6a
1 Parent(s): c812729

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ def generate_response(Chinese_to_translate):
33
  iface = gr.Interface(
34
  fn=generate_response,
35
  title="Chinese to English",
36
- description="Chinese to English with a state-of-the-art model (facebook-research m2m-100 1.2B)",
37
  inputs=gr.inputs.Textbox(lines=5, placeholder="Enter text in Chinese"),
38
  outputs="text")
39
 
 
33
  iface = gr.Interface(
34
  fn=generate_response,
35
  title="Chinese to English",
36
+ description="Chinese to English with Helsinki Research's Chinese to English model. Makes for extremely FAST translations.",
37
  inputs=gr.inputs.Textbox(lines=5, placeholder="Enter text in Chinese"),
38
  outputs="text")
39