playmak3r commited on
Commit
602fbb1
·
verified ·
1 Parent(s): 1a5ca4d

fix gradio title

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -86,7 +86,7 @@ demo = gr.Interface(
86
  gr.Audio(type="filepath", label="Reference Audio", value=DEFAULT_REF_PATH),
87
  ],
88
  outputs=gr.Audio(type="numpy", label="Generated Speech"),
89
- title="NeuTTS-Air☁️",
90
  description="Upload a reference audio sample, provide the reference text, and enter new text to synthesize."
91
  )
92
 
 
86
  gr.Audio(type="filepath", label="Reference Audio", value=DEFAULT_REF_PATH),
87
  ],
88
  outputs=gr.Audio(type="numpy", label="Generated Speech"),
89
+ title="Dia-1.6B-0626",
90
  description="Upload a reference audio sample, provide the reference text, and enter new text to synthesize."
91
  )
92