azunre commited on
Commit
13c9a98
·
verified ·
1 Parent(s): f0a703f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -13,7 +13,7 @@ def generate(text, direction):
13
  title = "GhanaNLP: Test Text Translation Models"
14
 
15
  description = """
16
- <b>How to use:</b> Translate Ga or Ewe text to/from English.
17
  """
18
 
19
  examples = [
@@ -27,7 +27,7 @@ gr.Interface(
27
  inputs=[
28
  gr.Text(label="Input Text"),
29
  gr.Dropdown(
30
- ["En->Ga", "Ga->En","En->Ewe", "Ewe->En"], label="Direction", info="Select From (Input) -> To (Output) languages"
31
  ),
32
  ],
33
  outputs=[
 
13
  title = "GhanaNLP: Test Text Translation Models"
14
 
15
  description = """
16
+ <b>How to use:</b> Translate Twi, Ga or Ewe text to/from English.
17
  """
18
 
19
  examples = [
 
27
  inputs=[
28
  gr.Text(label="Input Text"),
29
  gr.Dropdown(
30
+ ["Twi->En", "En->Twi","En->Ga", "Ga->En","En->Ewe", "Ewe->En"], label="Direction", info="Select From (Input) -> To (Output) languages"
31
  ),
32
  ],
33
  outputs=[