BrianL commited on
Commit
1f6984f
·
1 Parent(s): e0dd5f2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -19,7 +19,8 @@ def trnslt(text,lnguage):
19
 
20
  iface = gr.Interface(
21
  fn=trnslt,
22
- inputs="text",gr.inputs.Radio(["Cebuano","Ilocano","Hiligaynon"]),
 
23
  outputs='text',
24
  examples=[["Magandang Umaga"],["Magandang gabi"],["Masarap ang Adobo"],["Kumusta Ka Na"],["Magandang umaga"]],
25
  theme="darkpeach",
 
19
 
20
  iface = gr.Interface(
21
  fn=trnslt,
22
+ ["text",
23
+ gr.inputs.Radio(["Cebuano","Ilocano","Hiligaynon"])],
24
  outputs='text',
25
  examples=[["Magandang Umaga"],["Magandang gabi"],["Masarap ang Adobo"],["Kumusta Ka Na"],["Magandang umaga"]],
26
  theme="darkpeach",