Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -27,7 +27,7 @@ iface = gr.Interface(
|
|
27 |
live=True,
|
28 |
theme="dark-seafoam",
|
29 |
title="Basic Filipino Dialect Translator",
|
30 |
-
description="
|
31 |
css=".footer{display:none !important}",
|
32 |
)
|
33 |
|
|
|
27 |
live=True,
|
28 |
theme="dark-seafoam",
|
29 |
title="Basic Filipino Dialect Translator",
|
30 |
+
description=" This application uses Helsinki-NLP models to translate Tagalog texts to 3 other dialects of the Filipino language",
|
31 |
css=".footer{display:none !important}",
|
32 |
)
|
33 |
|