k1ngtai commited on
Commit
b9ea702
·
verified ·
1 Parent(s): d1d6cc0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ from tts import synthesize, TTS_EXAMPLES
4
  mms_synthesize = gr.Interface(
5
  fn=synthesize,
6
  inputs=[
7
- gr.Dropdown(["original", "nova", "homhom"], label="Model", value="nova"),
8
  gr.Textbox(label="Input text"),
9
  gr.Slider(minimum=0.1, maximum=2.0, value=1.0, step=0.1, label="Speed"),
10
  ],
 
4
  mms_synthesize = gr.Interface(
5
  fn=synthesize,
6
  inputs=[
7
+ gr.Dropdown(["original", "nova", "homhom"], label="Model", value="homhom"),
8
  gr.Textbox(label="Input text"),
9
  gr.Slider(minimum=0.1, maximum=2.0, value=1.0, step=0.1, label="Speed"),
10
  ],