kevinwang676
commited on
Commit
β’
c09fd29
1
Parent(s):
25d07b2
Update app.py
Browse files
app.py
CHANGED
@@ -262,6 +262,7 @@ with gr.Blocks() as demo:
|
|
262 |
)
|
263 |
gr.Markdown(
|
264 |
"""
|
|
|
265 |
## π Foreign Language
|
266 |
Bark supports various languages out-of-the-box and automatically determines language from input text. \
|
267 |
When prompted with code-switched text, Bark will even attempt to employ the native accent for the respective languages in the same voice.
|
|
|
262 |
)
|
263 |
gr.Markdown(
|
264 |
"""
|
265 |
+
### π - You may also apply [VoiceFixer](https://huggingface.co/spaces/Kevin676/VoiceFixer) to the generated audio in order to enhance the speech.
|
266 |
## π Foreign Language
|
267 |
Bark supports various languages out-of-the-box and automatically determines language from input text. \
|
268 |
When prompted with code-switched text, Bark will even attempt to employ the native accent for the respective languages in the same voice.
|