Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -120,13 +120,13 @@ 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 tools 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
|
@@ -204,6 +204,6 @@ with gr.Blocks() as demo:
|
|
204 |
</p>
|
205 |
""")
|
206 |
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>')
|
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 |
|
131 |
with gr.Tabs():
|
132 |
# Step 1: Generate Script
|
|
|
204 |
</p>
|
205 |
""")
|
206 |
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>')
|
207 |
+
html = gr.HTML()
|
208 |
|
209 |
demo.launch(debug=True)
|