Bils commited on
Commit
a76d08f
Β·
verified Β·
1 Parent(s): 559ca26

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -6
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 MusicGen Large, Voice Over & Audio Blending πŸš€
260
- Welcome to **AI Promo Studio**!
261
- This pipeline uses **facebook/musicgen-large** for high-quality background music (more resource-intensive).
262
 
263
  **Workflow**:
264
- 1. **Generate Script** (via LLaMA)
265
- 2. **Generate Voice-Over** (via Coqui TTS)
266
- 3. **Generate Music** (via MusicGen Large)
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