Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -12,9 +12,7 @@ description = "Generate english speech from text using a Tacotron2 model" \
|
|
12 |
article = """<p style='text-align: center'>
|
13 |
<a href='https://rushichaudhari.github.io/posts/2022-01-12-lets-clone-the-voice-of-priyanka-chopra-jonas/'
|
14 |
target='blank'
|
15 |
-
class='footer'>Blog</a>
|
16 |
-
<a href='https://github.com/eugenesiow/practical-ml' target='_blank'
|
17 |
-
class='footer'>Github Repo</a></p>"""
|
18 |
examples = ["Generate english speech from text using a Tacotron2 model.",
|
19 |
"Two roads diverged in a wood, I took the one less traveled by, And that has made all the difference."]
|
20 |
|
|
|
12 |
article = """<p style='text-align: center'>
|
13 |
<a href='https://rushichaudhari.github.io/posts/2022-01-12-lets-clone-the-voice-of-priyanka-chopra-jonas/'
|
14 |
target='blank'
|
15 |
+
class='footer'>Blog</a></p>"""
|
|
|
|
|
16 |
examples = ["Generate english speech from text using a Tacotron2 model.",
|
17 |
"Two roads diverged in a wood, I took the one less traveled by, And that has made all the difference."]
|
18 |
|