BrianL commited on
Commit
c1410e2
·
1 Parent(s): 8d5f5f8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -19,8 +19,8 @@ def trnslt(text,lnguage):
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",
 
19
 
20
  iface = gr.Interface(
21
  fn=trnslt,
22
+ inputs=["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",