adirik commited on
Commit
70ee1ba
·
1 Parent(s): fb2279d

update requirements

Browse files
Files changed (3) hide show
  1. .DS_Store +0 -0
  2. README.md +1 -1
  3. requirements.txt +1 -1
.DS_Store DELETED
Binary file (6.15 kB)
 
README.md CHANGED
@@ -4,7 +4,7 @@ emoji: 🔥
4
  colorFrom: yellow
5
  colorTo: yellow
6
  sdk: gradio
7
- sdk_version: 3.10.1
8
  app_file: app.py
9
  pinned: false
10
  license: apache-2.0
 
4
  colorFrom: yellow
5
  colorTo: yellow
6
  sdk: gradio
7
+ sdk_version: 3.10.0
8
  app_file: app.py
9
  pinned: false
10
  license: apache-2.0
requirements.txt CHANGED
@@ -1,5 +1,5 @@
1
  # pip install -r requirements.txt
2
 
3
- torch==1.12.1
4
  git+https://github.com/huggingface/transformers.git
5
  opencv-python>=4.5.0
 
1
  # pip install -r requirements.txt
2
 
3
+ torch==1.13.0
4
  git+https://github.com/huggingface/transformers.git
5
  opencv-python>=4.5.0