Bils commited on
Commit
42c2e13
·
verified ·
1 Parent(s): a07ea84

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -1
app.py CHANGED
@@ -122,7 +122,10 @@ def blend_audio(voice_path: str, music_path: str, ducking: bool):
122
  with gr.Blocks() as demo:
123
  gr.Markdown("""
124
  # 🎧 AI Promo Studio 🚀
125
- Generate and mix radio promos effortlessly with AI tools!
 
 
 
126
  """)
127
 
128
  with gr.Tabs():
@@ -200,5 +203,7 @@ with gr.Blocks() as demo:
200
  Created with ❤️ by <a href="https://bilsimaging.com" target="_blank">bilsimaging.com</a>
201
  </p>
202
  """)
 
 
203
 
204
  demo.launch(debug=True)
 
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 tools empower you to bring your vision to life in just a few steps.
128
+
129
  """)
130
 
131
  with gr.Tabs():
 
203
  Created with ❤️ by <a href="https://bilsimaging.com" target="_blank">bilsimaging.com</a>
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)