Update gradio_main_interface.py
Browse files- gradio_main_interface.py +2 -0
gradio_main_interface.py
CHANGED
|
@@ -46,6 +46,8 @@ def create_main_interface():
|
|
| 46 |
gr.Markdown("""
|
| 47 |
# 🎤 ChatterboxTTS - Complete Web Interface - Gradio under dev. see git for fully deved pyqt5 gui and cli menu interfaces
|
| 48 |
*Modular audiobook generation system with advanced TTS capabilities*
|
|
|
|
|
|
|
| 49 |
""")
|
| 50 |
|
| 51 |
# Tab interface
|
|
|
|
| 46 |
gr.Markdown("""
|
| 47 |
# 🎤 ChatterboxTTS - Complete Web Interface - Gradio under dev. see git for fully deved pyqt5 gui and cli menu interfaces
|
| 48 |
*Modular audiobook generation system with advanced TTS capabilities*
|
| 49 |
+
📚 **[-Github Chatterbox-DNXS-Spokenword]](https://github.com/danneauxs/chatterbox-DNXS-Spokenword)**
|
| 50 |
+
|
| 51 |
""")
|
| 52 |
|
| 53 |
# Tab interface
|