Spaces:
Runtime error
Runtime error
amankishore
commited on
Commit
•
65ab1b5
1
Parent(s):
cfc39b8
Requirements
Browse files- app.py +1 -1
- requirements.txt +5 -1
app.py
CHANGED
@@ -23,7 +23,7 @@ import os
|
|
23 |
|
24 |
device_glb = torch.device("cuda")
|
25 |
|
26 |
-
os.system("git clone --depth 1
|
27 |
|
28 |
def vis_routine(y, depth):
|
29 |
pane = nerf_vis(y, depth, final_H=256)
|
|
|
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)
|
requirements.txt
CHANGED
@@ -13,4 +13,8 @@ transformers
|
|
13 |
kornia==0.6.0
|
14 |
git+https:///github.com/openai/CLIP.git#egg=clip
|
15 |
imageio[ffmpeg]
|
16 |
-
imageio[pyav]
|
|
|
|
|
|
|
|
|
|
13 |
kornia==0.6.0
|
14 |
git+https:///github.com/openai/CLIP.git#egg=clip
|
15 |
imageio[ffmpeg]
|
16 |
+
imageio[pyav]
|
17 |
+
--extra-index-url https://download.pytorch.org/whl/cu116
|
18 |
+
torch
|
19 |
+
torchvision
|
20 |
+
torchaudio
|