Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -26,7 +26,7 @@ iface = gr.Interface(
|
|
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 |
|
|
|
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 |
|