Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -494,14 +494,13 @@ def main():
|
|
494 |
""")
|
495 |
|
496 |
# ์์ ์์
ํ๋ ์ด์ด ์ถ๊ฐ
|
497 |
-
|
498 |
-
|
499 |
-
<
|
500 |
-
|
501 |
-
|
502 |
-
|
503 |
-
|
504 |
-
gr.Audio("metal.mp3", label="Sample Music")
|
505 |
|
506 |
with gr.Row():
|
507 |
# ์ผ์ชฝ ์
๋ ฅ ์ปฌ๋ผ
|
|
|
494 |
""")
|
495 |
|
496 |
# ์์ ์์
ํ๋ ์ด์ด ์ถ๊ฐ
|
497 |
+
gr.HTML("""
|
498 |
+
<div style="padding: 1rem; margin-bottom: 1.5rem; background-color: #f8f9fa; border-radius: 8px; text-align: center;">
|
499 |
+
<h3 style="margin: 0;">Sample Generated Music</h3>
|
500 |
+
<p style="color: #666; margin: 5px 0;">Listen to this example</p>
|
501 |
+
</div>
|
502 |
+
""")
|
503 |
+
gr.Audio("metal.mp3", label="Sample Music")
|
|
|
504 |
|
505 |
with gr.Row():
|
506 |
# ์ผ์ชฝ ์
๋ ฅ ์ปฌ๋ผ
|