Altafo commited on
Commit
4c22d3f
·
verified ·
1 Parent(s): 5ffe5b5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -31,9 +31,11 @@ async def tts_interface(text, voice, rate, pitch):
31
 
32
  async def create_demo():
33
  voices = await get_voices()
34
-
35
  description = """
36
  Convert text to speech using Free-TTS_unlimited-words Adjust speech rate and pitch: 0 is default, positive values increase, negative values decrease.
 
 
37
 
38
  demo = gr.Interface(
39
  fn=tts_interface,
 
31
 
32
  async def create_demo():
33
  voices = await get_voices()
34
+
35
  description = """
36
  Convert text to speech using Free-TTS_unlimited-words Adjust speech rate and pitch: 0 is default, positive values increase, negative values decrease.
37
+
38
+ """
39
 
40
  demo = gr.Interface(
41
  fn=tts_interface,