Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
b24eccb
1
Parent(s):
88abf96
add
Browse files
app.py
CHANGED
@@ -38,6 +38,8 @@ from models.vq.model import RVQVAE
|
|
38 |
import spaces
|
39 |
import pickle
|
40 |
|
|
|
|
|
41 |
command = ["bash","./demo/install_mfa1.sh"]
|
42 |
result = subprocess.run(command, capture_output=True, text=True)
|
43 |
print("debug0: ", result)
|
|
|
38 |
import spaces
|
39 |
import pickle
|
40 |
|
41 |
+
os.environ['PYOPENGL_PLATFORM']='egl'
|
42 |
+
|
43 |
command = ["bash","./demo/install_mfa1.sh"]
|
44 |
result = subprocess.run(command, capture_output=True, text=True)
|
45 |
print("debug0: ", result)
|