aidevhund commited on
Commit
ff398b8
·
verified ·
1 Parent(s): f24cc04

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,7 +43,7 @@ def main(debug, share):
43
  ]
44
 
45
  # Create Gradio interface
46
- demo = gr.Interface(fn=tts, inputs=gradio_inputs, outputs=gradio_outputs, title="Edge TTS", examples=example)
47
 
48
  # Launch Gradio with command-line options
49
  demo.queue().launch(allowed_paths=[f"./audio"], debug=debug, share=share)
 
43
  ]
44
 
45
  # Create Gradio interface
46
+ demo = gr.Interface(fn=tts, inputs=gradio_inputs, outputs=gradio_outputs, title="", examples=example)
47
 
48
  # Launch Gradio with command-line options
49
  demo.queue().launch(allowed_paths=[f"./audio"], debug=debug, share=share)