hiba9 commited on
Commit
911f07d
·
verified ·
1 Parent(s): d8c6238

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -7,6 +7,8 @@ import os
7
  os.system('pip install torch')
8
  import torch
9
  import os
 
 
10
  os.system('pip install soundfile')
11
  import numpy as np
12
  import io
 
7
  os.system('pip install torch')
8
  import torch
9
  import os
10
+ os.system('pip install tensorflow')
11
+ import os
12
  os.system('pip install soundfile')
13
  import numpy as np
14
  import io