drewThomasson commited on
Commit
17b1766
1 Parent(s): 478fd32

Update Headless_VoxNovel.py

Browse files
Files changed (1) hide show
  1. Headless_VoxNovel.py +2 -0
Headless_VoxNovel.py CHANGED
@@ -1808,6 +1808,8 @@ def ask_if_user_wants_to_add_fine_tuned_xtts_model_or_clone_a_voice():
1808
  print("3. Skip/Proceed to voice selection")
1809
  print("Enter your choice #: ")
1810
  choice = input("Enter your choice #: ")
 
 
1811
 
1812
  if choice == '1':
1813
  clone_new_voice()
 
1808
  print("3. Skip/Proceed to voice selection")
1809
  print("Enter your choice #: ")
1810
  choice = input("Enter your choice #: ")
1811
+ print("Auto Skipping menu... Auto setting answer to 3...")
1812
+ choice = '3'
1813
 
1814
  if choice == '1':
1815
  clone_new_voice()