Gregniuki commited on
Commit
c87f415
·
verified ·
1 Parent(s): ecb9aa5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -257,7 +257,7 @@ def infer_batch(ref_audio, ref_text, gen_text_batches, exp_name, remove_silence,
257
  duration = int(ref_audio_len * speed) + int(((ref_audio_len / ref_text_len) * gen_text_len) / speed)
258
 
259
  # Print the calculated duration
260
- print(f"Chunk {i + 1}: Duration: {duration} seconds")
261
 
262
 
263
 
 
257
  duration = int(ref_audio_len * speed) + int(((ref_audio_len / ref_text_len) * gen_text_len) / speed)
258
 
259
  # Print the calculated duration
260
+ print(f"Chunk {i + 1}: Duration: {duration} speed {speed}")
261
 
262
 
263