Spaces:
Runtime error
Runtime error
link to the SeamlessExpressive demo website (#3)
Browse files- add a link to the SeamlessExpressive demo website (cda57e87d24837c6a1290f9833e3fc429d531721)
Co-authored-by: Christopher Klaiber <[email protected]>
app.py
CHANGED
@@ -37,7 +37,7 @@ DESCRIPTION = """\
|
|
37 |
# Seamless Expressive
|
38 |
|
39 |
|
40 |
-
[SeamlessExpressive](https://github.com/facebookresearch/seamless_communication/blob/main/docs/expressive/README.md) is a speech-to-speech translation model that captures certain underexplored aspects of prosody such as speech rate and pauses, while preserving the style of one's voice and high content translation quality.
|
41 |
"""
|
42 |
|
43 |
CACHE_EXAMPLES = os.getenv("CACHE_EXAMPLES") == "1" and torch.cuda.is_available()
|
|
|
37 |
# Seamless Expressive
|
38 |
|
39 |
|
40 |
+
[SeamlessExpressive](https://github.com/facebookresearch/seamless_communication/blob/main/docs/expressive/README.md) is a speech-to-speech translation model that captures certain underexplored aspects of prosody such as speech rate and pauses, while preserving the style of one's voice and high content translation quality. The model is also in use on the [SeamlessExpressive demo website](https://seamless.metademolab.com/expressive?utm_source=huggingface&utm_medium=web&utm_campaign=seamless&utm_content=expressivespace).
|
41 |
"""
|
42 |
|
43 |
CACHE_EXAMPLES = os.getenv("CACHE_EXAMPLES") == "1" and torch.cuda.is_available()
|