Spaces:
Running
on
T4
Running
on
T4
Update app.py
Browse files
app.py
CHANGED
@@ -166,7 +166,7 @@ def build_ui(model_dir, device=0):
|
|
166 |
# Use HTML for centered title
|
167 |
gr.HTML('<h1 style="text-align: center;">(Official) Spark-TTS by SparkAudio</h1>')
|
168 |
with gr.Row():
|
169 |
-
image_3s = gr.Image(type="filepath", value="moyin_3s.png", interactive=False)
|
170 |
with gr.Tabs():
|
171 |
# Voice Clone Tab
|
172 |
with gr.TabItem("Voice Clone"):
|
|
|
166 |
# Use HTML for centered title
|
167 |
gr.HTML('<h1 style="text-align: center;">(Official) Spark-TTS by SparkAudio</h1>')
|
168 |
with gr.Row():
|
169 |
+
image_3s = gr.Image(type="filepath", value="moyin_3s.png", interactive=False, height=300, width=300)
|
170 |
with gr.Tabs():
|
171 |
# Voice Clone Tab
|
172 |
with gr.TabItem("Voice Clone"):
|