EricaCorral commited on
Commit
d15c3cf
·
1 Parent(s): 43a9af8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -30,8 +30,8 @@ def generate_response(Chinese_to_translate):
30
 
31
  iface = gr.Interface(
32
  fn=generate_response,
33
- title="English to Chinese",
34
- description="English to Chinese with a SOTA model",
35
  inputs=gr.inputs.Textbox(lines=5, placeholder="Enter text in Chinese"),
36
  outputs="text")
37
 
 
30
 
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