Spaces:
Running
on
Zero
Running
on
Zero
update
Browse files
app.py
CHANGED
@@ -22,6 +22,7 @@ install_cuda_toolkit() # to compile the dependencies
|
|
22 |
|
23 |
os.system('pip install -e ./submodules/simple-knn')
|
24 |
os.system('pip install -e ./submodules/diff-surfel-rasterization')
|
|
|
25 |
|
26 |
import argparse
|
27 |
import spaces
|
|
|
22 |
|
23 |
os.system('pip install -e ./submodules/simple-knn')
|
24 |
os.system('pip install -e ./submodules/diff-surfel-rasterization')
|
25 |
+
import diff_surfel_rasterization # import test
|
26 |
|
27 |
import argparse
|
28 |
import spaces
|