gnosticdev commited on
Commit
314e50f
·
verified ·
1 Parent(s): faac2b8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -190,7 +190,7 @@ with gr.Blocks() as demo:
190
  mp3_file_input = gr.File(label="Upload background music (.mp3)", file_types=[".mp3"])
191
  keyword_input = gr.Textbox(
192
  label="Enter keywords separated by commas (e.g., universe, galaxy, forest, cat)",
193
- value="nature"
194
  )
195
  voices = asyncio.run(get_voices())
196
  voice_dropdown = gr.Dropdown(choices=list(voices.keys()), label="Select Voice")
 
190
  mp3_file_input = gr.File(label="Upload background music (.mp3)", file_types=[".mp3"])
191
  keyword_input = gr.Textbox(
192
  label="Enter keywords separated by commas (e.g., universe, galaxy, forest, cat)",
193
+ value="space, espacio,galaxy,moon,fear,astral,god, evil, mistery, cosmos, stars"
194
  )
195
  voices = asyncio.run(get_voices())
196
  voice_dropdown = gr.Dropdown(choices=list(voices.keys()), label="Select Voice")