Michael Hu commited on
Commit
0a0cb99
·
1 Parent(s): e0e97af

Move piper-tts model card to correct UI section

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -210,8 +210,6 @@ with gr.Blocks(css=custom_css, title="🎙️ TTS Model Gallery", theme=gr.theme
210
  audio_output = gr.Audio(label="Generated Speech", type="filepath")
211
 
212
  kittentts_model_info = gr.HTML(create_model_card("KittenML/KittenTTS"))
213
-
214
- piper_model_info = gr.HTML(create_model_card("piper-tts"))
215
 
216
  with gr.Row():
217
  with gr.Column():
@@ -219,6 +217,8 @@ with gr.Blocks(css=custom_css, title="🎙️ TTS Model Gallery", theme=gr.theme
219
 
220
  with gr.Column():
221
  kittentts_audio_output = gr.Audio(label="Generated Speech", type="filepath")
 
 
222
 
223
  with gr.Row():
224
  with gr.Column():
 
210
  audio_output = gr.Audio(label="Generated Speech", type="filepath")
211
 
212
  kittentts_model_info = gr.HTML(create_model_card("KittenML/KittenTTS"))
 
 
213
 
214
  with gr.Row():
215
  with gr.Column():
 
217
 
218
  with gr.Column():
219
  kittentts_audio_output = gr.Audio(label="Generated Speech", type="filepath")
220
+
221
+ piper_model_info = gr.HTML(create_model_card("piper-tts"))
222
 
223
  with gr.Row():
224
  with gr.Column():