Spaces:
Running
Running
Mars 6 closed weights contender
Browse files- app/messages.py +3 -2
app/messages.py
CHANGED
|
@@ -80,10 +80,11 @@ except:
|
|
| 80 |
pass
|
| 81 |
|
| 82 |
TTS_INFO = f"""
|
| 83 |
-
### π Closed Source TTS
|
| 84 |
* Microsoft _Edge TTS_
|
|
|
|
| 85 |
|
| 86 |
-
### π Open Source TTS capabilities table
|
| 87 |
|
| 88 |
See [the full dataset itself](https://huggingface.co/datasets/Pendrokar/open_tts_tracker) for the legend and more in depth information of each model.
|
| 89 |
""".strip()
|
|
|
|
| 80 |
pass
|
| 81 |
|
| 82 |
TTS_INFO = f"""
|
| 83 |
+
### π Closed Source/Weights TTS
|
| 84 |
* Microsoft _Edge TTS_
|
| 85 |
+
* MARS 6
|
| 86 |
|
| 87 |
+
### π Open Source/Weights TTS - capabilities table
|
| 88 |
|
| 89 |
See [the full dataset itself](https://huggingface.co/datasets/Pendrokar/open_tts_tracker) for the legend and more in depth information of each model.
|
| 90 |
""".strip()
|