Surn commited on
Commit
0c9320c
·
1 Parent(s): e9b0e9f

Update Readme

Browse files
Files changed (4) hide show
  1. .gitignore +1 -1
  2. README.md +3 -3
  3. pre-requirements.txt +1 -0
  4. requirements.txt +1 -3
.gitignore CHANGED
@@ -31,7 +31,7 @@ test.txt
31
  demo/tmp.zip
32
  demo/files/*.avi
33
  demo/files/*.mp4
34
- models/
35
 
36
  # Etc
37
  .idea/*
 
31
  demo/tmp.zip
32
  demo/files/*.avi
33
  demo/files/*.mp4
34
+
35
 
36
  # Etc
37
  .idea/*
README.md CHANGED
@@ -6,14 +6,14 @@ colorFrom: yellow
6
  colorTo: red
7
  python_version: 3.10.13
8
  sdk: gradio
9
- sdk_version: 5.16.1
10
  app_file: app.py
11
  license: apache-2.0
 
 
12
  tags:
13
  - depth
14
  - 3d
15
- hf_oauth: true
16
- fullWidth: false
17
  thumbnail: >-
18
  https://cdn-uploads.huggingface.co/production/uploads/6346595c9e5f0fe83fc60444/s0fQvcoiSBlH36AXpVwPi.png
19
  ---
 
6
  colorTo: red
7
  python_version: 3.10.13
8
  sdk: gradio
9
+ sdk_version: 5.16.0
10
  app_file: app.py
11
  license: apache-2.0
12
+ hf_oauth: true
13
+ fullWidth: false
14
  tags:
15
  - depth
16
  - 3d
 
 
17
  thumbnail: >-
18
  https://cdn-uploads.huggingface.co/production/uploads/6346595c9e5f0fe83fc60444/s0fQvcoiSBlH36AXpVwPi.png
19
  ---
pre-requirements.txt CHANGED
@@ -1 +1,2 @@
1
  pip>=25.0.1
 
 
1
  pip>=25.0.1
2
+ torch>=2.4.1
requirements.txt CHANGED
@@ -5,7 +5,5 @@ sentencepiece
5
  git+https://github.com/huggingface/peft.git
6
  numpy
7
  Pillow>=11.1.0
8
- torch>=2.4.1
9
  jinja2
10
- open3d
11
- spaces
 
5
  git+https://github.com/huggingface/peft.git
6
  numpy
7
  Pillow>=11.1.0
 
8
  jinja2
9
+ open3d