Spaces:
Running
on
Zero
Running
on
Zero
Stanislaw Szymanowicz
commited on
Commit
•
4237c2d
1
Parent(s):
f1ccc45
Debug cuda home
Browse files- app.py +3 -1
- requirements.txt +1 -1
app.py
CHANGED
@@ -19,7 +19,7 @@ from utils.app_utils import (
|
|
19 |
import imageio
|
20 |
|
21 |
from scene.gaussian_predictor import GaussianSplatPredictor
|
22 |
-
from gaussian_renderer import render_predicted
|
23 |
|
24 |
import gradio as gr
|
25 |
|
@@ -29,6 +29,8 @@ from huggingface_hub import hf_hub_download
|
|
29 |
|
30 |
def main():
|
31 |
|
|
|
|
|
32 |
if torch.cuda.is_available():
|
33 |
device = "cuda:0"
|
34 |
torch.cuda.set_device(device)
|
|
|
19 |
import imageio
|
20 |
|
21 |
from scene.gaussian_predictor import GaussianSplatPredictor
|
22 |
+
# from gaussian_renderer import render_predicted
|
23 |
|
24 |
import gradio as gr
|
25 |
|
|
|
29 |
|
30 |
def main():
|
31 |
|
32 |
+
print(os.listdir("/usr/local"))
|
33 |
+
|
34 |
if torch.cuda.is_available():
|
35 |
device = "cuda:0"
|
36 |
torch.cuda.set_device(device)
|
requirements.txt
CHANGED
@@ -8,4 +8,4 @@ moviepy
|
|
8 |
markupsafe==2.0.1
|
9 |
gradio==4.25.0
|
10 |
rembg
|
11 |
-
git+https://github.com/graphdeco-inria/diff-gaussian-rasterization
|
|
|
8 |
markupsafe==2.0.1
|
9 |
gradio==4.25.0
|
10 |
rembg
|
11 |
+
# git+https://github.com/graphdeco-inria/diff-gaussian-rasterization
|