Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -19,8 +19,8 @@ def trnslt(text,lnguage):
|
|
19 |
|
20 |
iface = gr.Interface(
|
21 |
fn=trnslt,
|
22 |
-
|
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",
|