Spaces:
Runtime error
Runtime error
amankishore
commited on
Commit
•
4e3f695
1
Parent(s):
4e29548
taming
Browse files- app.py +0 -2
- requirements.txt +1 -1
app.py
CHANGED
@@ -23,8 +23,6 @@ import os
|
|
23 |
|
24 |
device_glb = torch.device("cuda")
|
25 |
|
26 |
-
os.system("git clone --depth 1 https://github.com/CompVis/taming-transformers.git && pip install -e taming-transformers")
|
27 |
-
|
28 |
def vis_routine(y, depth):
|
29 |
pane = nerf_vis(y, depth, final_H=256)
|
30 |
im = torch_samps_to_imgs(y)[0]
|
|
|
23 |
|
24 |
device_glb = torch.device("cuda")
|
25 |
|
|
|
|
|
26 |
def vis_routine(y, depth):
|
27 |
pane = nerf_vis(y, depth, final_H=256)
|
28 |
im = torch_samps_to_imgs(y)[0]
|
requirements.txt
CHANGED
@@ -18,4 +18,4 @@ imageio[pyav]
|
|
18 |
torch
|
19 |
torchvision
|
20 |
torchaudio
|
21 |
-
taming-transformers
|
|
|
18 |
torch
|
19 |
torchvision
|
20 |
torchaudio
|
21 |
+
-e git+https://github.com/CompVis/taming-transformers.git#egg=taming-transformers
|