Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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)
|