Kangarroar commited on
Commit
13f898f
1 Parent(s): bf3bc35

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -1,3 +1,5 @@
 
 
1
  from utils.hparams import hparams
2
  from preprocessing.data_gen_utils import get_pitch_parselmouth,get_pitch_crepe
3
  import numpy as np
 
1
+ import os
2
+ os.environ["CUDA_VISIBLE_DEVICES"] = ""
3
  from utils.hparams import hparams
4
  from preprocessing.data_gen_utils import get_pitch_parselmouth,get_pitch_crepe
5
  import numpy as np