Bils commited on
Commit
3172dc7
Β·
verified Β·
1 Parent(s): 74b6128

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -125,7 +125,7 @@ def blend_audio(voice_path: str, music_path: str, ducking: bool):
125
  # ---------------------------------------------------------------------
126
  # Gradio Interface
127
  # ---------------------------------------------------------------------
128
- ith gr.Blocks() as demo:
129
  gr.Markdown("""
130
  # 🎧 AI Promo Studio πŸš€
131
  Generate scripts, sound design, and music suggestions with ease.
 
125
  # ---------------------------------------------------------------------
126
  # Gradio Interface
127
  # ---------------------------------------------------------------------
128
+ with gr.Blocks() as demo:
129
  gr.Markdown("""
130
  # 🎧 AI Promo Studio πŸš€
131
  Generate scripts, sound design, and music suggestions with ease.