Spaces:
Runtime error
Runtime error
Commit Β·
0fc8181
1
Parent(s): e267a3d
Update app.py
Browse files
app.py
CHANGED
|
@@ -100,21 +100,21 @@ inputs = [gr.Textbox(label="Input", value="type your description", max_lines=2),
|
|
| 100 |
|
| 101 |
poc_examples = [#[["I love learning machine learning"],["autre"]]
|
| 102 |
["Mysterious filmscore with Arabic influenced instruments","en"],
|
| 103 |
-
|
| 104 |
-
|
| 105 |
-
|
| 106 |
-
|
| 107 |
-
|
| 108 |
-
|
| 109 |
-
|
| 110 |
-
|
| 111 |
-
|
| 112 |
-
|
| 113 |
-
# ["
|
| 114 |
-
|
| 115 |
-
|
| 116 |
-
|
| 117 |
-
|
| 118 |
]
|
| 119 |
|
| 120 |
'''
|
|
|
|
| 100 |
|
| 101 |
poc_examples = [#[["I love learning machine learning"],["autre"]]
|
| 102 |
["Mysterious filmscore with Arabic influenced instruments","en"],
|
| 103 |
+
["Let's go on a magical adventure with wizzards, dragons and castles","en"],
|
| 104 |
+
["Creepy piano opening evolves and speeds up into a cinematic orchestral piece","en"],
|
| 105 |
+
["Halloween rock with creepy organ","en"],
|
| 106 |
+
["Rhythmic electro dance track for sport, motivation and sweating","en"],
|
| 107 |
+
["soundtrack for an action movie from the eighties in a retro synth wave style","en"],
|
| 108 |
+
["Choral female singing is rhythmically accompanied in a church with medieval instruments","en"],
|
| 109 |
+
["Christmas","en"],
|
| 110 |
+
["love romantic with piano, strings and vocals","en"],
|
| 111 |
+
["Electronic soundscapes for chilling and relaxing","en"],
|
| 112 |
+
["Minimal, emotional, melancholic piano","en"],
|
| 113 |
+
# ["Minimal, happy, joyful piano","en"],
|
| 114 |
+
["A calm and romantic acoustic guitar melody","en"],
|
| 115 |
+
["horror suspense piano","en"],
|
| 116 |
+
["Big Band","en"],
|
| 117 |
+
["90 eurodance beat","en"],
|
| 118 |
]
|
| 119 |
|
| 120 |
'''
|