Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -148,21 +148,25 @@ We introduce OpenVoice, a versatile instant voice cloning approach that requires
|
|
| 148 |
|
| 149 |
markdown_table = """
|
| 150 |
<div align="center" style="margin-bottom: 10px;">
|
|
|
|
| 151 |
| | | |
|
| 152 |
| :-----------: | :-----------: | :-----------: |
|
| 153 |
| **OpenSource Repo** | **Project Page** | **Join the Community** |
|
| 154 |
| <div style='text-align: center;'><a style="display:inline-block,align:center" href='https://github.com/myshell-ai/OpenVoice'><img src='https://img.shields.io/github/stars/myshell-ai/OpenVoice?style=social' /></a></div> | [OpenVoice](https://research.myshell.ai/open-voice) | [](https://discord.gg/myshell) |
|
|
|
|
| 155 |
</div>
|
| 156 |
"""
|
| 157 |
|
| 158 |
markdown_table_v2 = """
|
| 159 |
<div align="center" style="margin-bottom: 2px;">
|
|
|
|
| 160 |
| | | | |
|
| 161 |
| :-----------: | :-----------: | :-----------: | :-----------: |
|
| 162 |
| **Github Repo** | <div style='text-align: center;'><a style="display:inline-block,align:center" href='https://github.com/myshell-ai/OpenVoice'><img src='https://img.shields.io/github/stars/myshell-ai/OpenVoice?style=social' /></a></div> | **Project Page** | [OpenVoice](https://research.myshell.ai/open-voice) |
|
| 163 |
| | |
|
| 164 |
| :-----------: | :-----------: |
|
| 165 |
**Join the Community** | [](https://discord.gg/myshell) |
|
|
|
|
| 166 |
</div>
|
| 167 |
"""
|
| 168 |
content = """
|
|
|
|
| 148 |
|
| 149 |
markdown_table = """
|
| 150 |
<div align="center" style="margin-bottom: 10px;">
|
| 151 |
+
|
| 152 |
| | | |
|
| 153 |
| :-----------: | :-----------: | :-----------: |
|
| 154 |
| **OpenSource Repo** | **Project Page** | **Join the Community** |
|
| 155 |
| <div style='text-align: center;'><a style="display:inline-block,align:center" href='https://github.com/myshell-ai/OpenVoice'><img src='https://img.shields.io/github/stars/myshell-ai/OpenVoice?style=social' /></a></div> | [OpenVoice](https://research.myshell.ai/open-voice) | [](https://discord.gg/myshell) |
|
| 156 |
+
|
| 157 |
</div>
|
| 158 |
"""
|
| 159 |
|
| 160 |
markdown_table_v2 = """
|
| 161 |
<div align="center" style="margin-bottom: 2px;">
|
| 162 |
+
|
| 163 |
| | | | |
|
| 164 |
| :-----------: | :-----------: | :-----------: | :-----------: |
|
| 165 |
| **Github Repo** | <div style='text-align: center;'><a style="display:inline-block,align:center" href='https://github.com/myshell-ai/OpenVoice'><img src='https://img.shields.io/github/stars/myshell-ai/OpenVoice?style=social' /></a></div> | **Project Page** | [OpenVoice](https://research.myshell.ai/open-voice) |
|
| 166 |
| | |
|
| 167 |
| :-----------: | :-----------: |
|
| 168 |
**Join the Community** | [](https://discord.gg/myshell) |
|
| 169 |
+
|
| 170 |
</div>
|
| 171 |
"""
|
| 172 |
content = """
|