Xenobd commited on
Commit
4d1a87b
·
verified ·
1 Parent(s): efe6388

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -70,7 +70,7 @@ else:
70
  # Load TTS model once
71
  # --------------------------
72
  ONNX_DIR = os.path.join(TARGET_DIR, "onnx")
73
- TOTAL_STEP = 10
74
 
75
  print("Loading TTS model...")
76
  tts = load_text_to_speech(ONNX_DIR) # may take a while
 
70
  # Load TTS model once
71
  # --------------------------
72
  ONNX_DIR = os.path.join(TARGET_DIR, "onnx")
73
+ TOTAL_STEP = 15
74
 
75
  print("Loading TTS model...")
76
  tts = load_text_to_speech(ONNX_DIR) # may take a while