Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -295,16 +295,30 @@ with gr.Blocks(css="""
|
|
| 295 |
with gr.Row(elem_classes="header"):
|
| 296 |
gr.Markdown("""
|
| 297 |
<h1>🎧 Ai Ads Promo</h1>
|
| 298 |
-
<p>Your all-in-one AI solution for
|
| 299 |
""")
|
| 300 |
|
|
|
|
| 301 |
gr.Markdown("""
|
| 302 |
-
Welcome to
|
| 303 |
-
|
| 304 |
-
-
|
| 305 |
-
|
| 306 |
-
|
| 307 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 308 |
""")
|
| 309 |
|
| 310 |
with gr.Tabs():
|
|
@@ -384,7 +398,7 @@ with gr.Blocks(css="""
|
|
| 384 |
|
| 385 |
# Step 4: Audio Blending
|
| 386 |
with gr.Tab("🎚️ Audio Blending"):
|
| 387 |
-
gr.Markdown("Blend your voice-over and music track. Music will be looped
|
| 388 |
ducking_checkbox = gr.Checkbox(label="Enable Ducking?", value=True)
|
| 389 |
duck_level_slider = gr.Slider(
|
| 390 |
label="Ducking Level (dB attenuation)",
|
|
@@ -422,4 +436,3 @@ with gr.Blocks(css="""
|
|
| 422 |
""")
|
| 423 |
|
| 424 |
demo.launch(debug=True)
|
| 425 |
-
|
|
|
|
| 295 |
with gr.Row(elem_classes="header"):
|
| 296 |
gr.Markdown("""
|
| 297 |
<h1>🎧 Ai Ads Promo</h1>
|
| 298 |
+
<p>Your all-in-one AI solution for creating professional audio ads.</p>
|
| 299 |
""")
|
| 300 |
|
| 301 |
+
# Enhanced Description with Simple, Human-Friendly Language
|
| 302 |
gr.Markdown("""
|
| 303 |
+
**Welcome to Ai Ads Promo!**
|
| 304 |
+
|
| 305 |
+
This simple, easy-to-use app helps you create amazing audio ads in just a few steps. Here’s how it works:
|
| 306 |
+
|
| 307 |
+
1. **Script Generation:**
|
| 308 |
+
- Share your idea and let our AI craft a clear and engaging voice-over script.
|
| 309 |
+
2. **Voice Synthesis:**
|
| 310 |
+
- Convert your script into a natural-sounding voice-over using advanced text-to-speech technology.
|
| 311 |
+
3. **Music Production:**
|
| 312 |
+
- Generate a custom music track that perfectly fits your ad.
|
| 313 |
+
4. **Audio Blending:**
|
| 314 |
+
- Combine your voice-over and music seamlessly. You can even adjust the music volume (ducking) when the voice plays.
|
| 315 |
+
|
| 316 |
+
**Benefits:**
|
| 317 |
+
- **Easy to Use:** Designed for everyone – no technical skills required.
|
| 318 |
+
- **Fast Results:** Quickly produce professional-sounding audio ads.
|
| 319 |
+
- **All-In-One:** Everything you need in one convenient app.
|
| 320 |
+
|
| 321 |
+
Get started now and create your perfect audio ad with Ai Ads Promo!
|
| 322 |
""")
|
| 323 |
|
| 324 |
with gr.Tabs():
|
|
|
|
| 398 |
|
| 399 |
# Step 4: Audio Blending
|
| 400 |
with gr.Tab("🎚️ Audio Blending"):
|
| 401 |
+
gr.Markdown("Blend your voice-over and music track. Music will be looped or trimmed to match your voice duration. Enable ducking to lower the music while the voice plays.")
|
| 402 |
ducking_checkbox = gr.Checkbox(label="Enable Ducking?", value=True)
|
| 403 |
duck_level_slider = gr.Slider(
|
| 404 |
label="Ducking Level (dB attenuation)",
|
|
|
|
| 436 |
""")
|
| 437 |
|
| 438 |
demo.launch(debug=True)
|
|
|