Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -375,8 +375,16 @@ def create_demo_interface(demo_instance: VibeVoiceDemo):
|
|
| 375 |
|
| 376 |
gr.HTML("""
|
| 377 |
<div style="text-align: center; margin: 20px auto; max-width: 800px;">
|
| 378 |
-
<h1 style="font-size: 2.5em; margin-bottom:
|
| 379 |
-
<p style="font-size: 1.2em; color: #555;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 380 |
</div>
|
| 381 |
""")
|
| 382 |
|
|
|
|
| 375 |
|
| 376 |
gr.HTML("""
|
| 377 |
<div style="text-align: center; margin: 20px auto; max-width: 800px;">
|
| 378 |
+
<h1 style="font-size: 2.5em; margin-bottom: 10px;">🎙️ Vibe Podcasting</h1>
|
| 379 |
+
<p style="font-size: 1.2em; color: #555; margin-bottom: 15px;">
|
| 380 |
+
Generate Long-form Multi-speaker AI Podcasts with VibeVoice
|
| 381 |
+
</p>
|
| 382 |
+
<a href="https://colab.research.google.com/github/NeuralFalconYT/AI-Podcast-Generator/blob/main/ViveVoice_Colab.ipynb"
|
| 383 |
+
target="_blank"
|
| 384 |
+
style="display: inline-block; padding: 10px 20px; background-color: #4285F4; color: white;
|
| 385 |
+
border-radius: 6px; text-decoration: none; font-size: 1em;">
|
| 386 |
+
🥳 Run on Google Colab
|
| 387 |
+
</a>
|
| 388 |
</div>
|
| 389 |
""")
|
| 390 |
|