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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ 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
+ 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",