hashest commited on
Commit
493c644
·
verified ·
1 Parent(s): 783f3ab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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"):