Spaces:
Runtime error
Runtime error
PierreHanna
commited on
Commit
β’
e267a3d
1
Parent(s):
5e49347
Update app.py
Browse files
app.py
CHANGED
@@ -99,10 +99,10 @@ inputs = [gr.Textbox(label="Input", value="type your description", max_lines=2),
|
|
99 |
gr.Radio(label="Language", choices=["en"], value="en")]
|
100 |
|
101 |
poc_examples = [#[["I love learning machine learning"],["autre"]]
|
102 |
-
[
|
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"],
|
|
|
99 |
gr.Radio(label="Language", choices=["en"], value="en")]
|
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"],
|