Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
d2ed110
1
Parent(s):
7deb032
fix
Browse files
app.py
CHANGED
@@ -38,7 +38,7 @@ from models.vq.model import RVQVAE
|
|
38 |
import train
|
39 |
import spaces
|
40 |
|
41 |
-
command = ["bash","./demo/
|
42 |
result = subprocess.run(command, capture_output=True, text=True)
|
43 |
print("debug1: ", result)
|
44 |
device = "cuda" if torch.cuda.is_available() else "cpu"
|
|
|
38 |
import train
|
39 |
import spaces
|
40 |
|
41 |
+
command = ["bash","./demo/install_mfa.sh"]
|
42 |
result = subprocess.run(command, capture_output=True, text=True)
|
43 |
print("debug1: ", result)
|
44 |
device = "cuda" if torch.cuda.is_available() else "cpu"
|