Update app.py
Browse files
app.py
CHANGED
|
@@ -147,14 +147,7 @@ with gr.Blocks() as app:
|
|
| 147 |
"""Enter text, choose a voice and emotion, and generate audio.
|
| 148 |
The text will be checked for appropriateness before generation.
|
| 149 |
Use it as much as you want.
|
| 150 |
-
|
| 151 |
-
|
| 152 |
-
**Like & follow** for more AI projects:
|
| 153 |
-
|
| 154 |
-
|
| 155 |
-
• Instagram: [@nihal_gazi_io](https://www.instagram.com/nihal_gazi_io/)
|
| 156 |
-
• X.com: [@NihalGazi_](https://x.com/NihalGazi_?t=f9UtAv005GppiIIXFEWMSQ&s=09)
|
| 157 |
-
• Discord: nihal_gazi_io"""
|
| 158 |
)
|
| 159 |
|
| 160 |
with gr.Row():
|
|
|
|
| 147 |
"""Enter text, choose a voice and emotion, and generate audio.
|
| 148 |
The text will be checked for appropriateness before generation.
|
| 149 |
Use it as much as you want.
|
| 150 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 151 |
)
|
| 152 |
|
| 153 |
with gr.Row():
|