Spaces:
Sleeping
Sleeping
Update src/facerender/animate.py
Browse files
src/facerender/animate.py
CHANGED
@@ -214,7 +214,7 @@ class AnimateFromCoeff():
|
|
214 |
os.remove(enhanced_path)
|
215 |
|
216 |
os.remove(path)
|
217 |
-
os.remove(new_audio_path)
|
218 |
|
219 |
return return_path,base64_video,temp_file_path, new_audio_path
|
220 |
|
|
|
214 |
os.remove(enhanced_path)
|
215 |
|
216 |
os.remove(path)
|
217 |
+
# os.remove(new_audio_path)
|
218 |
|
219 |
return return_path,base64_video,temp_file_path, new_audio_path
|
220 |
|