Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -22,7 +22,7 @@ iface = gr.Interface(
|
|
22 |
inputs=["text",
|
23 |
gr.inputs.Radio(["Cebuano","Ilocano","Hiligaynon"],label="Translate to",optional=False)],
|
24 |
outputs='text',
|
25 |
-
examples=[["Magandang Umaga"],["Magandang gabi"],["Masarap ang Adobo"],["Kumusta Ka Na"],["Bumibili si Juan ng manok",["Magandang umaga"]],
|
26 |
theme="darkpeach",
|
27 |
css=".footer{display:none !important}",
|
28 |
)
|
|
|
22 |
inputs=["text",
|
23 |
gr.inputs.Radio(["Cebuano","Ilocano","Hiligaynon"],label="Translate to",optional=False)],
|
24 |
outputs='text',
|
25 |
+
examples=[["Magandang Umaga"],["Magandang gabi"],["Masarap ang Adobo"],["Kumusta Ka Na"],["Bumibili si Juan ng manok"],["Magandang umaga"]],
|
26 |
theme="darkpeach",
|
27 |
css=".footer{display:none !important}",
|
28 |
)
|