Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -43,6 +43,5 @@ iface = gr.Interface(
|
|
43 |
title="Text Translator with Helsinki NLP Models",
|
44 |
description="Select a language to translate English text into using University of Helsinki models."
|
45 |
)
|
46 |
-
|
47 |
# Launch the app
|
48 |
iface.launch()
|
|
|
43 |
title="Text Translator with Helsinki NLP Models",
|
44 |
description="Select a language to translate English text into using University of Helsinki models."
|
45 |
)
|
|
|
46 |
# Launch the app
|
47 |
iface.launch()
|