BrianL commited on
Commit
bdb8a1c
·
1 Parent(s): df855bf

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
- ['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",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",