Spaces:
Running
on
T4
Running
on
T4
Update app.py
Browse files
app.py
CHANGED
@@ -164,9 +164,9 @@ 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;">(
|
168 |
with gr.Tabs():
|
169 |
-
# Voice Clone Tab
|
170 |
with gr.TabItem("Voice Clone"):
|
171 |
gr.Markdown(
|
172 |
"### Upload reference audio or recording (上传参考音频或者录音)"
|
|
|
164 |
|
165 |
with gr.Blocks() as demo:
|
166 |
# Use HTML for centered title
|
167 |
+
gr.HTML('<h1 style="text-align: center;">(Official) Spark-TTS by SparkAudio</h1>')
|
168 |
with gr.Tabs():
|
169 |
+
# Voice Clone Tab
|
170 |
with gr.TabItem("Voice Clone"):
|
171 |
gr.Markdown(
|
172 |
"### Upload reference audio or recording (上传参考音频或者录音)"
|