rahgadda commited on
Commit
5767f76
1 Parent(s): 72c4624

Initial Draft

Browse files
Files changed (1) hide show
  1. voice.py +6 -3
voice.py CHANGED
@@ -37,9 +37,12 @@ def submit(voice_presenter, filename, input_text):
37
  ############################
38
  ###### Main Program ########
39
  ############################
40
- ui_input_filename = "Hello uh ... [clears throat], \
41
- Bark is a transformer-based text-to-speech model proposed by Suno AI. \
42
- This voice is auto generated"
 
 
 
43
 
44
  # -- Start of Program - Main
45
  def main():
 
37
  ############################
38
  ###### Main Program ########
39
  ############################
40
+ ui_input_filename.value="sample.wav"
41
+ ui_input_text.value = """
42
+ Hello uh ... [clears throat],
43
+ Bark is a transformer-based text-to-speech model proposed by Suno AI.
44
+ This voice is auto generated
45
+ """
46
 
47
  # -- Start of Program - Main
48
  def main():