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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ def trnslt(text,lnguage):
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",
 
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",