Spaces:
Runtime error
Runtime error
Commit Β·
45dbaaf
1
Parent(s): 9d9037e
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"],
|
| 103 |
-
["Let's go on a magical adventure with wizzards, dragons and castles"],
|
| 104 |
-
["Creepy piano opening evolves and speeds up into a cinematic orchestral piece"],
|
| 105 |
-
["Halloween rock with creepy organ"],
|
| 106 |
-
["Rhythmic electro dance track for sport, motivation and sweating"],
|
| 107 |
-
["soundtrack for an action movie from the eighties in a retro synth wave style"],
|
| 108 |
-
["Choral female singing is rhythmically accompanied in a church with medieval instruments"],
|
| 109 |
-
["Christmas"],
|
| 110 |
-
["love romantic with piano, strings and vocals"],
|
| 111 |
-
["Electronic soundscapes for chilling and relaxing"],
|
| 112 |
-
["Minimal, emotional, melancholic piano"],
|
| 113 |
-
["# Minimal, happy, joyful piano"],
|
| 114 |
-
["A calm and romantic acoustic guitar melody"],
|
| 115 |
-
["horror suspense piano"],
|
| 116 |
-
["Big Band"],
|
| 117 |
-
["90 eurodance beat"],
|
| 118 |
]
|
| 119 |
|
| 120 |
'''
|
|
|
|
| 100 |
|
| 101 |
poc_examples = [#[["I love learning machine learning"],["autre"]]
|
| 102 |
["Mysterious filmscore with Arabic influenced instruments"],
|
| 103 |
+
# ["Let's go on a magical adventure with wizzards, dragons and castles"],
|
| 104 |
+
# ["Creepy piano opening evolves and speeds up into a cinematic orchestral piece"],
|
| 105 |
+
# ["Halloween rock with creepy organ"],
|
| 106 |
+
# ["Rhythmic electro dance track for sport, motivation and sweating"],
|
| 107 |
+
# ["soundtrack for an action movie from the eighties in a retro synth wave style"],
|
| 108 |
+
# ["Choral female singing is rhythmically accompanied in a church with medieval instruments"],
|
| 109 |
+
# ["Christmas"],
|
| 110 |
+
# ["love romantic with piano, strings and vocals"],
|
| 111 |
+
# ["Electronic soundscapes for chilling and relaxing"],
|
| 112 |
+
# ["Minimal, emotional, melancholic piano"],
|
| 113 |
+
# ["# Minimal, happy, joyful piano"],
|
| 114 |
+
# ["A calm and romantic acoustic guitar melody"],
|
| 115 |
+
# ["horror suspense piano"],
|
| 116 |
+
# ["Big Band"],
|
| 117 |
+
# ["90 eurodance beat"],
|
| 118 |
]
|
| 119 |
|
| 120 |
'''
|