Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -125,7 +125,7 @@ def blend_audio(voice_path: str, music_path: str, ducking: bool):
|
|
125 |
# ---------------------------------------------------------------------
|
126 |
# Gradio Interface
|
127 |
# ---------------------------------------------------------------------
|
128 |
-
|
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.
|