PierreHanna commited on
Commit
0fc8181
β€’
1 Parent(s): e267a3d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +15 -15
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
- # ["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","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
  '''