Bils commited on
Commit
313f53e
·
verified ·
1 Parent(s): 89daa1e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -1,4 +1,4 @@
1
- import os
2
  import re
3
  import torch
4
  import tempfile
@@ -314,12 +314,12 @@ with gr.Blocks(css="""
314
  # Custom Header
315
  with gr.Row(elem_classes="header"):
316
  gr.Markdown("""
317
- <h1>🎧 AI Promo Studio</h1>
318
- <p>Your all-in-one AI solution for crafting engaging audio promos.</p>
319
  """)
320
 
321
  gr.Markdown("""
322
- Welcome to **AI Promo Studio**! This platform leverages state-of-the-art AI models to help you generate:
323
 
324
  - **Script**: Generate a compelling voice-over script with LLaMA.
325
  - **Voice Synthesis**: Create natural-sounding voice-overs using Coqui TTS.
@@ -428,7 +428,7 @@ with gr.Blocks(css="""
428
  <hr>
429
  Created with ❤️ by <a href="https://bilsimaging.com" target="_blank" style="color: #88aaff;">bilsimaging.com</a>
430
  <br>
431
- <small>AI Promo Studio &copy; 2025</small>
432
  </div>
433
  """)
434
 
 
1
+ # import os
2
  import re
3
  import torch
4
  import tempfile
 
314
  # Custom Header
315
  with gr.Row(elem_classes="header"):
316
  gr.Markdown("""
317
+ <h1>🎧 AI Ads Promo</h1>
318
+ <p>Your all-in-one AI solution for crafting engaging audio ads. <br><em>Demo MVP</em></p>
319
  """)
320
 
321
  gr.Markdown("""
322
+ Welcome to **AI Ads Promo (Demo MVP)**! This platform leverages state-of-the-art AI models to help you generate:
323
 
324
  - **Script**: Generate a compelling voice-over script with LLaMA.
325
  - **Voice Synthesis**: Create natural-sounding voice-overs using Coqui TTS.
 
428
  <hr>
429
  Created with ❤️ by <a href="https://bilsimaging.com" target="_blank" style="color: #88aaff;">bilsimaging.com</a>
430
  <br>
431
+ <small>AI Ads Promo (Demo MVP) &copy; 2025</small>
432
  </div>
433
  """)
434