Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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",
|