Spaces:
Running
on
T4
Running
on
T4
Update prompt_examples.py
Browse files- prompt_examples.py +2 -2
prompt_examples.py
CHANGED
@@ -115,5 +115,5 @@ IMG_GEN_PROMPT_EXAMPLES_LABELS=[
|
|
115 |
'Romanian', 'Russian', 'Spanish', 'Ukrainian', 'Vietnamese', 'Hebrew'
|
116 |
]
|
117 |
|
118 |
-
AUDIO_EXAMPLES = [os.path.join("audio_examples", file) for file in os.listdir("audio_examples") if file.endswith(".mp3") or file.endswith(".m4a")]
|
119 |
-
AUDIO_EXAMPLES_LABELS = [file.split("_")[0].capitalize() for file in os.listdir("audio_examples") if file.endswith(".mp3") or file.endswith(".m4a")]
|
|
|
115 |
'Romanian', 'Russian', 'Spanish', 'Ukrainian', 'Vietnamese', 'Hebrew'
|
116 |
]
|
117 |
|
118 |
+
AUDIO_EXAMPLES = [os.path.join("audio_examples", file) for file in os.listdir("audio_examples") if file.endswith(".mp3") or file.endswith(".m4a") or file.endswith(".wav")]
|
119 |
+
AUDIO_EXAMPLES_LABELS = [file.split("_")[0].capitalize() for file in os.listdir("audio_examples") if file.endswith(".mp3") or file.endswith(".m4a") or file.endswith(".wav")]
|