drewThomasson
commited on
Commit
•
6072160
1
Parent(s):
2abf084
Update app.py
Browse files
app.py
CHANGED
@@ -696,9 +696,9 @@ theme = gr.themes.Soft(
|
|
696 |
with gr.Blocks(theme=theme) as demo:
|
697 |
gr.Markdown(
|
698 |
"""
|
699 |
-
# eBook to Audiobook Converter
|
700 |
|
701 |
-
Transform your eBooks into
|
702 |
"""
|
703 |
)
|
704 |
|
|
|
696 |
with gr.Blocks(theme=theme) as demo:
|
697 |
gr.Markdown(
|
698 |
"""
|
699 |
+
# Piper-TTS eBook to Audiobook Converter
|
700 |
|
701 |
+
Transform your eBooks into audiobooks using Piper-TTS.
|
702 |
"""
|
703 |
)
|
704 |
|