thesab commited on
Commit
1fd896c
·
verified ·
1 Parent(s): 17cb124

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -64,7 +64,7 @@ with gr.Blocks() as block:
64
  all_voices = voices()
65
  input_voice = gr.Dropdown(
66
  [ voice.name for voice in all_voices ],
67
- value="Bella",
68
  label="Voice",
69
  elem_id="input_voice"
70
  )
 
64
  all_voices = voices()
65
  input_voice = gr.Dropdown(
66
  [ voice.name for voice in all_voices ],
67
+ value="Callum",
68
  label="Voice",
69
  elem_id="input_voice"
70
  )