Spaces:
Runtime error
Runtime error
Commit Β·
5e49347
1
Parent(s): 26c40fa
Update app.py
Browse files
app.py
CHANGED
|
@@ -99,7 +99,7 @@ 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 |
-
["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"],
|
|
|
|
| 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"]],
|
| 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"],
|