gnosticdev commited on
Commit
2c33aad
·
verified ·
1 Parent(s): 9cb9f73

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="miedo 1980x1028, religion 1980x1028, dios 1980x1028, demonios 1980x1028, aliens 1980x1028, posesion 1980x1028 , galaxia 1980x1028 , misterioso 1980x1028, distopico, astral, warfare, space, espacio 1980x1028 ,galaxy 1980x1028,moon 1980x1028,fear,astral,god, evil, mistery, cosmos, stars"
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")