EricaCorral commited on
Commit
5c13be2
·
1 Parent(s): d15c3cf

Update app.py

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