Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -24,7 +24,9 @@ iface = gr.Interface(
|
|
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="
|
|
|
|
|
28 |
css=".footer{display:none !important}",
|
29 |
)
|
30 |
|
|
|
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="seafoam",
|
28 |
+
title="Basic Filipino Dialect Translator",
|
29 |
+
article="This application uses Helsinki-NLP models models to translate native Tagalog texts to 3 dialects of the Filipino language"
|
30 |
css=".footer{display:none !important}",
|
31 |
)
|
32 |
|