NihalGazi commited on
Commit
2ecff3b
·
verified ·
1 Parent(s): 853700b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +10 -6
app.py CHANGED
@@ -143,12 +143,16 @@ def toggle_seed_input(use_random_seed):
143
  with gr.Blocks() as app:
144
  gr.Markdown("# Advanced OpenAI Text-To-Speech Unlimited")
145
  gr.Markdown(
146
- "Enter text, choose a voice and emotion, and generate audio. "
147
- "The text will be checked for appropriateness before generation. "
148
- "Use it as much as you want."
149
- """**Like & follow** for more AI projects:
150
- • Instagram: [@nihal_gazi_io](https://www.instagram.com/nihal_gazi_io/)
151
- Discord: nihal_gazi_io"""
 
 
 
 
152
  )
153
 
154
  with gr.Row():
 
143
  with gr.Blocks() as app:
144
  gr.Markdown("# Advanced OpenAI Text-To-Speech Unlimited")
145
  gr.Markdown(
146
+ """Enter text, choose a voice and emotion, and generate audio.
147
+ The text will be checked for appropriateness before generation.
148
+ Use it as much as you want.
149
+
150
+
151
+ **Like & follow** for more AI projects:
152
+
153
+
154
+ • Instagram: [@nihal_gazi_io](https://www.instagram.com/nihal_gazi_io/)
155
+ • Discord: nihal_gazi_io"""
156
  )
157
 
158
  with gr.Row():