Amamrnaf commited on
Commit
5092159
·
1 Parent(s): 034f936

comment out moviepy

Browse files
Files changed (1) hide show
  1. coqui_tts.py +1 -1
coqui_tts.py CHANGED
@@ -1,7 +1,7 @@
1
  import os
2
  import noisereduce as nr
3
  import soundfile as sf
4
- from moviepy.editor import *
5
  import string
6
  import json
7
  from glob import glob
 
1
  import os
2
  import noisereduce as nr
3
  import soundfile as sf
4
+ # from moviepy.editor import *
5
  import string
6
  import json
7
  from glob import glob