Update main.py
Browse files
main.py
CHANGED
@@ -13,7 +13,7 @@ from utils import (
|
|
13 |
os.environ["PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION"] = "python"
|
14 |
|
15 |
DESCRIPTION = """
|
16 |
-
<h1>🎵
|
17 |
<h3>AI-driven Music Composer: Creating Music One Instrument at a Time!</h3>
|
18 |
<p>This interactive application uses an AI model to generate music sequences based on a chosen genre and various user inputs. The apps constructs the piece instrument by instrument</p>
|
19 |
|
|
|
13 |
os.environ["PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION"] = "python"
|
14 |
|
15 |
DESCRIPTION = """
|
16 |
+
<h1>🎵 SA Midi Generation Demo 🎶</h1>
|
17 |
<h3>AI-driven Music Composer: Creating Music One Instrument at a Time!</h3>
|
18 |
<p>This interactive application uses an AI model to generate music sequences based on a chosen genre and various user inputs. The apps constructs the piece instrument by instrument</p>
|
19 |
|