Spaces:
Runtime error
Runtime error
link to the SeamlessM4T demo website (#7)
Browse files- link to the SeamlessM4T demo website (455414c4a9da65d794206851a8e91815827ce068)
Co-authored-by: Christopher Klaiber <[email protected]>
app.py
CHANGED
@@ -45,7 +45,8 @@ DESCRIPTION = """\
|
|
45 |
[SeamlessM4T](https://github.com/facebookresearch/seamless_communication) is designed to provide high-quality
|
46 |
translation, allowing people from different linguistic communities to communicate effortlessly through speech and text.
|
47 |
This unified model enables multiple tasks like Speech-to-Speech (S2ST), Speech-to-Text (S2TT), Text-to-Speech (T2ST)
|
48 |
-
translation and more, without relying on multiple separate models.
|
|
|
49 |
"""
|
50 |
|
51 |
CACHE_EXAMPLES = os.getenv("CACHE_EXAMPLES") == "1" and torch.cuda.is_available()
|
|
|
45 |
[SeamlessM4T](https://github.com/facebookresearch/seamless_communication) is designed to provide high-quality
|
46 |
translation, allowing people from different linguistic communities to communicate effortlessly through speech and text.
|
47 |
This unified model enables multiple tasks like Speech-to-Speech (S2ST), Speech-to-Text (S2TT), Text-to-Speech (T2ST)
|
48 |
+
translation and more, without relying on multiple separate models. The model is also in use on the
|
49 |
+
[SeamlessM4T demo website](https://seamless.metademolab.com/m4t?utm_source=huggingface&utm_medium=web&utm_campaign=seamless&utm_content=m4tspace).
|
50 |
"""
|
51 |
|
52 |
CACHE_EXAMPLES = os.getenv("CACHE_EXAMPLES") == "1" and torch.cuda.is_available()
|