Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -120,13 +120,12 @@ def blend_audio(voice_path: str, music_path: str, ducking: bool):
|
|
120 |
# Gradio Interface
|
121 |
# ---------------------------------------------------------------------
|
122 |
with gr.Blocks() as demo:
|
123 |
-
|
124 |
-
|
125 |
-
|
126 |
-
Welcome to **AI Promo Studio**, your one-stop solution for creating stunning and professional radio promos with ease!
|
127 |
-
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.
|
128 |
-
""")
|
129 |
|
|
|
|
|
|
|
130 |
|
131 |
with gr.Tabs():
|
132 |
# Step 1: Generate Script
|
@@ -203,7 +202,8 @@ with gr.Blocks() as demo:
|
|
203 |
Created with ❤️ by <a href="https://bilsimaging.com" target="_blank">bilsimaging.com</a>
|
204 |
</p>
|
205 |
""")
|
206 |
-
|
207 |
-
|
208 |
|
209 |
demo.launch(debug=True)
|
|
|
|
120 |
# Gradio Interface
|
121 |
# ---------------------------------------------------------------------
|
122 |
with gr.Blocks() as demo:
|
123 |
+
gr.Markdown("""
|
124 |
+
# 🎧 AI Promo Studio 🚀
|
|
|
|
|
|
|
|
|
125 |
|
126 |
+
Welcome to **AI Promo Studio**, your one-stop solution for creating stunning and professional radio promos with ease!
|
127 |
+
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.
|
128 |
+
""")
|
129 |
|
130 |
with gr.Tabs():
|
131 |
# Step 1: Generate Script
|
|
|
202 |
Created with ❤️ by <a href="https://bilsimaging.com" target="_blank">bilsimaging.com</a>
|
203 |
</p>
|
204 |
""")
|
205 |
+
gr.HTML('<a href="https://visitorbadge.io/status?path=https%3A%2F%2Fhuggingface.co%2Fspaces%2FBils%2Fradiogold"><img src="https://api.visitorbadge.io/api/visitors?path=https%3A%2F%2Fhuggingface.co%2Fspaces%2FBils%2Fradiogold&countColor=%23263759" /></a>')
|
206 |
+
html = gr.HTML()
|
207 |
|
208 |
demo.launch(debug=True)
|
209 |
+
|