Update WebUI title to indicate unofficial status
Browse files- Modify HTML title in webui.py
- Add "(Unofficial)" prefix to Spark-TTS title
- Improve transparency about project's status
webui.py
CHANGED
|
@@ -164,7 +164,7 @@ def build_ui(model_dir, device=0):
|
|
| 164 |
|
| 165 |
with gr.Blocks() as demo:
|
| 166 |
# Use HTML for centered title
|
| 167 |
-
gr.HTML('<h1 style="text-align: center;">Spark-TTS by SparkAudio</h1>')
|
| 168 |
with gr.Tabs():
|
| 169 |
# Voice Clone Tab
|
| 170 |
with gr.TabItem("Voice Clone"):
|
|
|
|
| 164 |
|
| 165 |
with gr.Blocks() as demo:
|
| 166 |
# Use HTML for centered title
|
| 167 |
+
gr.HTML('<h1 style="text-align: center;">(Unofficial) Spark-TTS by SparkAudio</h1>')
|
| 168 |
with gr.Tabs():
|
| 169 |
# Voice Clone Tab
|
| 170 |
with gr.TabItem("Voice Clone"):
|