Spaces:
Build error
Build error
juancopi81
commited on
Commit
·
013f12b
1
Parent(s):
0c19dbc
Add html title
Browse files
main.py
CHANGED
@@ -13,6 +13,9 @@ from utils import (
|
|
13 |
os.environ["PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION"] = "python"
|
14 |
|
15 |
DESCRIPTION = """
|
|
|
|
|
|
|
16 |
<div style="display: flex; justify-content: space-between;">
|
17 |
<div style="width: 50%;">
|
18 |
<h2>Features:</h2>
|
|
|
13 |
os.environ["PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION"] = "python"
|
14 |
|
15 |
DESCRIPTION = """
|
16 |
+
<h1>🎵 Multitrack Midi Generator 🎶</h1>
|
17 |
+
<p>This interactive application uses an AI model to generate music sequences based on a chosen genre and various user inputs.</p>
|
18 |
+
|
19 |
<div style="display: flex; justify-content: space-between;">
|
20 |
<div style="width: 50%;">
|
21 |
<h2>Features:</h2>
|