Update app.py
Browse files
app.py
CHANGED
@@ -254,7 +254,7 @@ with gr.Blocks() as demo:
|
|
254 |
mp3_file_input = gr.File(label="Upload background music (.mp3)", file_types=[".mp3"])
|
255 |
keyword_input = gr.Textbox(
|
256 |
label="Enter keywords separated by commas (e.g., universe, galaxy, forest, cat)",
|
257 |
-
value="
|
258 |
)
|
259 |
voices = asyncio.run(get_voices())
|
260 |
voice_dropdown = gr.Dropdown(choices=list(voices.keys()), label="Select Voice")
|
|
|
254 |
mp3_file_input = gr.File(label="Upload background music (.mp3)", file_types=[".mp3"])
|
255 |
keyword_input = gr.Textbox(
|
256 |
label="Enter keywords separated by commas (e.g., universe, galaxy, forest, cat)",
|
257 |
+
value="fear, religion, god, demons, aliens, possession, galaxy, mysterious, dystopian, astral, warfare, space, space, galaxy, moon, fear, astral, god, evil, mystery, cosmos, stars, paranormal, inexplicable, hidden, enigma, unknown, unusual, intriguing, curious, strange, supernatural, esoteric, arcane, occultism, supernatural, mystery, phenomenon, rare, unusual, enigmatic, sinister, gloomy, dark, shadowy, macabre, eerie, chilling, cursed, fantastic, unreal, unknown, mysterious, enigmatic, inexplicable, unusual, strange, unusual, arcane, esoteric, hidden, shadowy, dark, gloomy, sinister, macabre, eerie, chilling, cursed, fantastic, unreal, paranormal, supernatural, occultism, phenomenon, rare, intriguing, curious"
|
258 |
)
|
259 |
voices = asyncio.run(get_voices())
|
260 |
voice_dropdown = gr.Dropdown(choices=list(voices.keys()), label="Select Voice")
|