qqwjq1981 commited on
Commit
6b66c9a
Β·
verified Β·
1 Parent(s): e49fd50

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -452,7 +452,7 @@ def generate_voiceover_clone(translated_json, desired_duration, target_language,
452
  speed=speed_tts # <- add speed control
453
  )
454
  print("βœ… Voice cloning completed.")
455
- return output_path, "βœ… Voice cloning completed successfully."
456
 
457
  except Exception as e:
458
  print("❌ Error during voice cloning:")
 
452
  speed=speed_tts # <- add speed control
453
  )
454
  print("βœ… Voice cloning completed.")
455
+ return output_audio_path, "βœ… Voice cloning completed successfully."
456
 
457
  except Exception as e:
458
  print("❌ Error during voice cloning:")