Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -23,6 +23,7 @@ iface = gr.Interface(
|
|
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 |
)
|
|
|
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 |
+
live=True,
|
27 |
theme="darkpeach",
|
28 |
css=".footer{display:none !important}",
|
29 |
)
|