Spaces:
Configuration error
Configuration error
update
Browse files
app.py
CHANGED
|
@@ -6,11 +6,11 @@ import sys
|
|
| 6 |
os.system("pip install -v -v -v 'git+https://github.com/facebookresearch/pytorch3d.git@stable'")
|
| 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
|
| 13 |
from huggingface_hub import hf_hub_download
|
|
|
|
| 14 |
|
| 15 |
i2v_examples = [
|
| 16 |
['test/images/boy.png', 0, 1.0, '0 40', '0 0', '0 0', 50, 123],
|
|
|
|
| 6 |
os.system("pip install -v -v -v 'git+https://github.com/facebookresearch/pytorch3d.git@stable'")
|
| 7 |
os.system("wget https://download.europe.naverlabs.com/ComputerVision/DUSt3R/DUSt3R_ViTLarge_BaseDecoder_512_dpt.pth -P checkpoints/")
|
| 8 |
|
|
|
|
| 9 |
import random
|
| 10 |
from viewcrafter import ViewCrafter
|
| 11 |
from configs.infer_config import get_parser
|
| 12 |
from huggingface_hub import hf_hub_download
|
| 13 |
+
import gradio as gr
|
| 14 |
|
| 15 |
i2v_examples = [
|
| 16 |
['test/images/boy.png', 0, 1.0, '0 40', '0 0', '0 0', 50, 123],
|