Spanicin commited on
Commit
110db9a
·
verified ·
1 Parent(s): 7bc4297

Update src/facerender/animate.py

Browse files
Files changed (1) hide show
  1. src/facerender/animate.py +1 -1
src/facerender/animate.py CHANGED
@@ -216,5 +216,5 @@ class AnimateFromCoeff():
216
  os.remove(path)
217
  os.remove(new_audio_path)
218
 
219
- return return_path,base64_video,temp_file_path
220
 
 
216
  os.remove(path)
217
  os.remove(new_audio_path)
218
 
219
+ return return_path,base64_video,temp_file_path, new_audio_path
220