Drexubery commited on
Commit
20f5dc1
1 Parent(s): 229e6e0
Files changed (2) hide show
  1. README.md +1 -1
  2. app.py +1 -1
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.36.0
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.41
9
  app_file: app.py
10
  pinned: false
11
  license: other
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 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],
 
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],