Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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
|
318 |
-
<p>Your all-in-one AI solution for crafting engaging audio
|
319 |
""")
|
320 |
|
321 |
gr.Markdown("""
|
322 |
-
Welcome to **AI Promo
|
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
|
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) © 2025</small>
|
432 |
</div>
|
433 |
""")
|
434 |
|