Update app.py
Browse files
app.py
CHANGED
@@ -93,8 +93,8 @@ iface = gr.Interface(
|
|
93 |
title="Language Translation App",
|
94 |
description = """
|
95 |
This Demo can translate either Speech or Text form any of the selected SOURCE language amoung 36 languages to both Speech and Text in any of the selected TARGET language.
|
96 |
-
This Demo is powered by "facebook/hf-seamless-m4t-medium" model. This Demo can take 3-4 mins as it is running on a CPU
|
97 |
-
|
98 |
Select source and target languages for translation.
|
99 |
""",
|
100 |
)
|
|
|
93 |
title="Language Translation App",
|
94 |
description = """
|
95 |
This Demo can translate either Speech or Text form any of the selected SOURCE language amoung 36 languages to both Speech and Text in any of the selected TARGET language.
|
96 |
+
This Demo is powered by "facebook/hf-seamless-m4t-medium" model. This Demo can take 3-4 mins as it is running on a CPU. Try this Google Colab Notebook with GPU for faster processing.
|
97 |
+
https://colab.research.google.com/drive/1NJ_FUl0RPQI7XHHj-5p34id13A4sREV4?usp=sharing .Thanks for checking out.
|
98 |
Select source and target languages for translation.
|
99 |
""",
|
100 |
)
|