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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -27,7 +27,9 @@ gr.Interface(
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=[
 
27
  inputs=[
28
  gr.Text(label="Input Text"),
29
  gr.Dropdown(
30
+ ["Twi->En", "En->Twi","En->Ga", "Ga->En","En->Ewe", "Ewe->En",
31
+ "Dagbani->En", "En->Dagbani","En->Gurene", "Gurene->En","En->Kusaal", "Kusaal->En"],
32
+ label="Direction", info="Select From (Input) -> To (Output) languages"
33
  ),
34
  ],
35
  outputs=[