Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|