Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -256,14 +256,14 @@ def blend_audio(voice_path: str, music_path: str, ducking: bool, duck_level: int
|
|
256 |
# ---------------------------------------------------------------------
|
257 |
with gr.Blocks() as demo:
|
258 |
gr.Markdown("""
|
259 |
-
# π§ AI Promo Studio with
|
260 |
-
|
261 |
-
|
262 |
|
263 |
**Workflow**:
|
264 |
-
1. **Generate Script**
|
265 |
-
2. **Generate Voice-Over**
|
266 |
-
3. **Generate Music**
|
267 |
4. **Blend** (Voice + Music) with optional ducking
|
268 |
""")
|
269 |
|
|
|
256 |
# ---------------------------------------------------------------------
|
257 |
with gr.Blocks() as demo:
|
258 |
gr.Markdown("""
|
259 |
+
# π§ AI Promo Studio with Music, Voice Over & Audio Blending π
|
260 |
+
Welcome to **AI Promo Studio**, your one-stop solution for creating stunning and professional radio promos with ease!
|
261 |
+
Whether you're a sound designer, radio producer, or content creator, our AI-driven tools, powered by advanced LLM Llama models, empower you to bring your vision to life in just a few steps.
|
262 |
|
263 |
**Workflow**:
|
264 |
+
1. **Generate Script**
|
265 |
+
2. **Generate Voice-Over**
|
266 |
+
3. **Generate Music**
|
267 |
4. **Blend** (Voice + Music) with optional ducking
|
268 |
""")
|
269 |
|