thunnai commited on
Commit
a362098
·
1 Parent(s): e3c1dbb

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

Files changed (1) hide show
  1. webui.py +1 -1
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"):