unbrandedhuman commited on
Commit
c22e5c9
·
verified ·
1 Parent(s): 1ba9821

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -5
app.py CHANGED
@@ -48,17 +48,15 @@ async def create_demo():
48
  fn=tts_interface,
49
  inputs=[
50
  gr.Textbox(label="Input Text", lines=5),
51
- gr.Dropdown(choices=[""] + list(voices.keys()), label="Select Voice", value=""),
52
- gr.Slider(minimum=-50, maximum=50, value=0, label="Speech Rate Adjustment (%)", step=1),
53
- gr.Slider(minimum=-20, maximum=20, value=0, label="Pitch Adjustment (Hz)", step=1)
54
  ],
55
  outputs=[
56
  gr.Audio(label="Generated Audio", type="filepath"),
57
  gr.Markdown(label="Warning", visible=False)
58
  ],
59
- title="Edge TTS Text-to-Speech",
60
  description=description,
61
- article="Experience the power of Edge TTS for text-to-speech conversion, and explore our advanced Text-to-Video Converter for even more creative possibilities!",
62
  analytics_enabled=False,
63
  allow_flagging=False
64
  )
 
48
  fn=tts_interface,
49
  inputs=[
50
  gr.Textbox(label="Input Text", lines=5),
51
+ gr.Dropdown(choices=[""] + list(voices.keys()), label="Select Voice", value="")
 
 
52
  ],
53
  outputs=[
54
  gr.Audio(label="Generated Audio", type="filepath"),
55
  gr.Markdown(label="Warning", visible=False)
56
  ],
57
+ title="Macie",
58
  description=description,
59
+ article="",
60
  analytics_enabled=False,
61
  allow_flagging=False
62
  )