Update app.py
Browse files
app.py
CHANGED
@@ -45,7 +45,7 @@ css="""
|
|
45 |
title="""
|
46 |
<div style="text-align: center;">
|
47 |
<h1>Voice Cloning for Bark Text-to-Audio</h1>
|
48 |
-
<p>This demo is an adaptation of the <a href="https://github.com/serp-ai/bark-with-voice-clone" target="_blank">Serp-AI</p> attempts to enable voice cloning using Bark</p>
|
49 |
</div>
|
50 |
"""
|
51 |
|
|
|
45 |
title="""
|
46 |
<div style="text-align: center;">
|
47 |
<h1>Voice Cloning for Bark Text-to-Audio</h1>
|
48 |
+
<p>This demo is an adaptation of the <a href="https://github.com/serp-ai/bark-with-voice-clone" target="_blank">Serp-AI</a></p> attempts to enable voice cloning using Bark</p>
|
49 |
</div>
|
50 |
"""
|
51 |
|