Spaces:
Running on Zero
Running on Zero
Commit ·
98a45f3
1
Parent(s): 211f7b6
Update app.py
Browse files
app.py
CHANGED
|
@@ -10,7 +10,7 @@ except ImportError:
|
|
| 10 |
subprocess.check_call([sys.executable, "-m", "pip", "install", "--no-build-isolation", "mmcv>=2.0.0"])
|
| 11 |
print("mmcv installed successfully")
|
| 12 |
|
| 13 |
-
|
| 14 |
import numpy as np
|
| 15 |
import random
|
| 16 |
import soundfile as sf
|
|
|
|
| 10 |
subprocess.check_call([sys.executable, "-m", "pip", "install", "--no-build-isolation", "mmcv>=2.0.0"])
|
| 11 |
print("mmcv installed successfully")
|
| 12 |
|
| 13 |
+
import torch
|
| 14 |
import numpy as np
|
| 15 |
import random
|
| 16 |
import soundfile as sf
|