jiaweir commited on
Commit
b23d71d
β€’
1 Parent(s): ffd7c50
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ from gradio_model4dgs import Model4DGS
6
  import numpy
7
  import hashlib
8
 
9
- os.system('git clone --recursive https://github.com/ashawkey/diff-gaussian-rasterization && pip install -e ./diff-gaussian-rasterization')
10
  os.system('pip install xformers==0.0.23 --no-deps --index-url https://download.pytorch.org/whl/cu118')
11
 
12
  from huggingface_hub import hf_hub_download
 
6
  import numpy
7
  import hashlib
8
 
9
+ # os.system('git clone --recursive https://github.com/ashawkey/diff-gaussian-rasterization && pip install -e ./diff-gaussian-rasterization')
10
  os.system('pip install xformers==0.0.23 --no-deps --index-url https://download.pytorch.org/whl/cu118')
11
 
12
  from huggingface_hub import hf_hub_download