Spaces:
Configuration error
Configuration error
update
Browse files- README.md +1 -1
- app.py +1 -0
- requirements.txt +2 -2
README.md
CHANGED
|
@@ -5,7 +5,7 @@ colorFrom: yellow
|
|
| 5 |
colorTo: purple
|
| 6 |
python_version: 3.9.16
|
| 7 |
sdk: gradio
|
| 8 |
-
sdk_version: 4.
|
| 9 |
app_file: app.py
|
| 10 |
pinned: false
|
| 11 |
license: other
|
|
|
|
| 5 |
colorTo: purple
|
| 6 |
python_version: 3.9.16
|
| 7 |
sdk: gradio
|
| 8 |
+
sdk_version: 4.36.0
|
| 9 |
app_file: app.py
|
| 10 |
pinned: false
|
| 11 |
license: other
|
app.py
CHANGED
|
@@ -7,6 +7,7 @@ os.system("pip install -v -v -v 'git+https://github.com/facebookresearch/pytorc
|
|
| 7 |
os.system("wget https://download.europe.naverlabs.com/ComputerVision/DUSt3R/DUSt3R_ViTLarge_BaseDecoder_512_dpt.pth -P checkpoints/")
|
| 8 |
|
| 9 |
import gradio as gr
|
|
|
|
| 10 |
import random
|
| 11 |
from viewcrafter import ViewCrafter
|
| 12 |
from configs.infer_config import get_parser
|
|
|
|
| 7 |
os.system("wget https://download.europe.naverlabs.com/ComputerVision/DUSt3R/DUSt3R_ViTLarge_BaseDecoder_512_dpt.pth -P checkpoints/")
|
| 8 |
|
| 9 |
import gradio as gr
|
| 10 |
+
|
| 11 |
import random
|
| 12 |
from viewcrafter import ViewCrafter
|
| 13 |
from configs.infer_config import get_parser
|
requirements.txt
CHANGED
|
@@ -26,8 +26,8 @@ tqdm==4.65.0
|
|
| 26 |
transformers==4.28.1
|
| 27 |
trimesh==4.4.3
|
| 28 |
xformers
|
| 29 |
-
gradio
|
| 30 |
-
gradio_client
|
| 31 |
omegaconf==2.3.0
|
| 32 |
triton
|
| 33 |
altair==5.4.0
|
|
|
|
| 26 |
transformers==4.28.1
|
| 27 |
trimesh==4.4.3
|
| 28 |
xformers
|
| 29 |
+
gradio
|
| 30 |
+
gradio_client
|
| 31 |
omegaconf==2.3.0
|
| 32 |
triton
|
| 33 |
altair==5.4.0
|