Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -165,6 +165,8 @@ def build_ui(model_dir, device=0):
|
|
| 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"):
|
|
|
|
| 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.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"):
|