drewThomasson
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -70,7 +70,7 @@ def list_output_files():
|
|
70 |
|
71 |
# Gradio Interface
|
72 |
with gr.Blocks() as gui:
|
73 |
-
gr.Markdown("### VoxNovel Ebook to Audiobook Converter: Give each character a separate voice. <br>This interface is based on [VoxNovel](https://github.com/DrewThomasson/VoxNovel).<br>This version default uses StyleTTS2 for slightly faster voice cloning than XTTS.")
|
74 |
|
75 |
with gr.Row():
|
76 |
with gr.Column():
|
|
|
70 |
|
71 |
# Gradio Interface
|
72 |
with gr.Blocks() as gui:
|
73 |
+
gr.Markdown("### VoxNovel Ebook to Audiobook Converter: Give each character a separate voice. <br>This interface is based on [VoxNovel](https://github.com/DrewThomasson/VoxNovel).<br>This version default uses StyleTTS2 for slightly faster voice cloning than XTTS.<br> This one only works with English txt files sadly. 😔")
|
74 |
|
75 |
with gr.Row():
|
76 |
with gr.Column():
|