Spaces:
Running
on
Zero
Running
on
Zero
update
Browse files
app.py
CHANGED
@@ -20,6 +20,8 @@ from huggingface_hub import list_repo_files
|
|
20 |
from primitive_anything.utils import path_mkdir, count_parameters
|
21 |
from primitive_anything.utils.logger import print_log
|
22 |
|
|
|
|
|
23 |
import spaces
|
24 |
|
25 |
repo_id = "hyz317/PrimitiveAnything"
|
|
|
20 |
from primitive_anything.utils import path_mkdir, count_parameters
|
21 |
from primitive_anything.utils.logger import print_log
|
22 |
|
23 |
+
os.environ['PYOPENGL_PLATFORM'] = 'osmesa'
|
24 |
+
|
25 |
import spaces
|
26 |
|
27 |
repo_id = "hyz317/PrimitiveAnything"
|