Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -545,7 +545,7 @@ with gr.Blocks(css="""
|
|
| 545 |
# Header
|
| 546 |
gr.HTML('''
|
| 547 |
<div class="studio-header">
|
| 548 |
-
<img src="
|
| 549 |
<h3>Where Your Audio Meets Intelligence</h3>
|
| 550 |
</div>
|
| 551 |
''')
|
|
@@ -735,13 +735,13 @@ with gr.Blocks(css="""
|
|
| 735 |
with gr.Tab("🎛 Preset Gallery"):
|
| 736 |
gr.Markdown("### Select a preset visually")
|
| 737 |
preset_gallery = gr.Gallery(value=[
|
| 738 |
-
("
|
| 739 |
-
("
|
| 740 |
-
("
|
| 741 |
-
("
|
| 742 |
-
("
|
| 743 |
-
("
|
| 744 |
-
("
|
| 745 |
], label="Preset Cards", columns=4, height="auto")
|
| 746 |
|
| 747 |
preset_name_out = gr.Dropdown(choices=preset_names, label="Selected Preset")
|
|
|
|
| 545 |
# Header
|
| 546 |
gr.HTML('''
|
| 547 |
<div class="studio-header">
|
| 548 |
+
<img src="logo.png" width="400" />
|
| 549 |
<h3>Where Your Audio Meets Intelligence</h3>
|
| 550 |
</div>
|
| 551 |
''')
|
|
|
|
| 735 |
with gr.Tab("🎛 Preset Gallery"):
|
| 736 |
gr.Markdown("### Select a preset visually")
|
| 737 |
preset_gallery = gr.Gallery(value=[
|
| 738 |
+
("images/pop_card.png", "Pop"),
|
| 739 |
+
("images/edm_card.png", "EDM"),
|
| 740 |
+
("images/rock_card.png", "Rock"),
|
| 741 |
+
("images/hiphop_card.png", "Hip-Hop"),
|
| 742 |
+
("images/r&b_card.png", "R&B"),
|
| 743 |
+
("images/funk_card.png", "Soul"),
|
| 744 |
+
("images/funk_card.png", "Funk")
|
| 745 |
], label="Preset Cards", columns=4, height="auto")
|
| 746 |
|
| 747 |
preset_name_out = gr.Dropdown(choices=preset_names, label="Selected Preset")
|