Spaces:
Configuration error
Configuration error
fix install
Browse files- app.py +0 -3
- requirements.txt +3 -1
app.py
CHANGED
|
@@ -21,9 +21,6 @@ from mvdream.pipeline_mvdream import MVDreamPipeline
|
|
| 21 |
|
| 22 |
import spaces
|
| 23 |
|
| 24 |
-
# install here
|
| 25 |
-
os.system('pip install -e ./diff-gaussian-rasterization')
|
| 26 |
-
|
| 27 |
IMAGENET_DEFAULT_MEAN = (0.485, 0.456, 0.406)
|
| 28 |
IMAGENET_DEFAULT_STD = (0.229, 0.224, 0.225)
|
| 29 |
GRADIO_VIDEO_PATH = 'gradio_output.mp4'
|
|
|
|
| 21 |
|
| 22 |
import spaces
|
| 23 |
|
|
|
|
|
|
|
|
|
|
| 24 |
IMAGENET_DEFAULT_MEAN = (0.485, 0.456, 0.406)
|
| 25 |
IMAGENET_DEFAULT_STD = (0.229, 0.224, 0.225)
|
| 26 |
GRADIO_VIDEO_PATH = 'gradio_output.mp4'
|
requirements.txt
CHANGED
|
@@ -26,4 +26,6 @@ transformers
|
|
| 26 |
trimesh
|
| 27 |
kiui >= 0.2.3
|
| 28 |
xatlas
|
| 29 |
-
roma
|
|
|
|
|
|
|
|
|
| 26 |
trimesh
|
| 27 |
kiui >= 0.2.3
|
| 28 |
xatlas
|
| 29 |
+
roma
|
| 30 |
+
|
| 31 |
+
-e ./diff-gaussian-rasterization
|