Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -22,7 +22,8 @@ iface = gr.Interface(
|
|
22 |
inputs=[gr.inputs.Textbox(label="Input Tagalog Text"),
|
23 |
gr.inputs.Radio(["Cebuano","Ilocano","Hiligaynon"],label="Translate to",optional=False)],
|
24 |
outputs='text',
|
25 |
-
examples=[["Magandang Umaga"
|
|
|
26 |
live=True,
|
27 |
theme="dark-seafoam",
|
28 |
title="Basic Filipino Dialect Translator",
|
|
|
22 |
inputs=[gr.inputs.Textbox(label="Input Tagalog Text"),
|
23 |
gr.inputs.Radio(["Cebuano","Ilocano","Hiligaynon"],label="Translate to",optional=False)],
|
24 |
outputs='text',
|
25 |
+
examples=[["Magandang Umaga","Cebuano"],["Magandang gabi","Ilocano"],["Masarap ang Adobo","Hiligaynon"],
|
26 |
+
["Kumusta Ka Na","Cebuano"],["Bumibili si Juan ng manok","Ilocano"],["Magandang umaga","Hiligaynon"]],
|
27 |
live=True,
|
28 |
theme="dark-seafoam",
|
29 |
title="Basic Filipino Dialect Translator",
|