Hilley commited on
Commit
36a680b
β€’
1 Parent(s): b413616

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -110,7 +110,6 @@ def generate_audio(text, audio_ref, temperature, top_P, top_K, audio_seed_input,
110
  with gr.Blocks() as demo:
111
  gr.Markdown("# <center>πŸ₯³ ChatTTS x OpenVoice πŸ₯³</center>")
112
  gr.Markdown("## <center>🌟 Make it sound super natural and switch it up to any voice you want, nailing the mood and tone also!🌟 </center>")
113
- gr.Markdown("### <center>πŸ’• Slide on over to [linkin.love](https://linkin.love) for a chat-fest with your AI buds!πŸ’•</center>")
114
 
115
  default_text = "Today a man knocked on my door and asked for a small donation toward the local swimming pool. I gave him a glass of water."
116
  text_input = gr.Textbox(label="Input Text", lines=4, placeholder="Please Input Text...", value=default_text)
 
110
  with gr.Blocks() as demo:
111
  gr.Markdown("# <center>πŸ₯³ ChatTTS x OpenVoice πŸ₯³</center>")
112
  gr.Markdown("## <center>🌟 Make it sound super natural and switch it up to any voice you want, nailing the mood and tone also!🌟 </center>")
 
113
 
114
  default_text = "Today a man knocked on my door and asked for a small donation toward the local swimming pool. I gave him a glass of water."
115
  text_input = gr.Textbox(label="Input Text", lines=4, placeholder="Please Input Text...", value=default_text)