hashest commited on
Commit
53cb191
·
verified ·
1 Parent(s): 493c644

Update app.py

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