drewThomasson commited on
Commit
2b4312a
1 Parent(s): 9dd9035

Update Headless_VoxNovel.py

Browse files
Files changed (1) hide show
  1. Headless_VoxNovel.py +1 -1
Headless_VoxNovel.py CHANGED
@@ -1807,7 +1807,7 @@ def ask_if_user_wants_to_add_fine_tuned_xtts_model_or_clone_a_voice():
1807
  print("2. Add a fine-tuned XTTS model to a voice actor")
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
 
 
1807
  print("2. Add a fine-tuned XTTS model to a voice actor")
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