Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -7,6 +7,9 @@ import os
|
|
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')
|
|
|
7 |
os.system('pip install torch')
|
8 |
import torch
|
9 |
import os
|
10 |
+
os.system('pip install PyTorch')
|
11 |
+
import PyTorch
|
12 |
+
import os
|
13 |
os.system('pip install tensorflow')
|
14 |
import os
|
15 |
os.system('pip install soundfile')
|