Franklin01 commited on
Commit
bf82b75
1 Parent(s): e70120e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -7
app.py CHANGED
@@ -40,13 +40,7 @@ demo_metadata = [
40
  asset_store.metadata_providers.append(InProcAssetMetadataProvider(demo_metadata))
41
 
42
  DESCRIPTION = """\
43
- # SeamlessM4T
44
-
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()
 
40
  asset_store.metadata_providers.append(InProcAssetMetadataProvider(demo_metadata))
41
 
42
  DESCRIPTION = """\
43
+ # TranslateAI: The Universal Language Assistant - Seamless Speech-to-Speech, Speech-to-Text, Text-to-Speech, and Text-to-Text Translation with Audio and Text Input Capabilities
 
 
 
 
 
 
44
  """
45
 
46
  CACHE_EXAMPLES = os.getenv("CACHE_EXAMPLES") == "1" and torch.cuda.is_available()