ashawkey commited on
Commit
555f86e
1 Parent(s): c8d8740

fix install

Browse files
Files changed (2) hide show
  1. app.py +0 -3
  2. 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