hasibzunair commited on
Commit
939534d
1 Parent(s): 8c94a73
Files changed (2) hide show
  1. README.md +3 -2
  2. requirements.txt +3 -3
README.md CHANGED
@@ -1,12 +1,13 @@
1
  ---
2
- title: MSL Recognition Demo
3
  emoji: 🐨
4
  colorFrom: yellow
5
  colorTo: green
6
  sdk: gradio
7
- sdk_version: 3.50.2
8
  app_file: app.py
9
  pinned: false
 
10
  ---
11
 
12
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
  ---
2
+ title: MSL Multi-label Image Recognition Demo
3
  emoji: 🐨
4
  colorFrom: yellow
5
  colorTo: green
6
  sdk: gradio
7
+ sdk_version: 3.45.2
8
  app_file: app.py
9
  pinned: false
10
+ license: afl-3.0
11
  ---
12
 
13
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
requirements.txt CHANGED
@@ -1,4 +1,4 @@
1
- torch==1.13.0
2
- torchvision
3
- Pillow
4
  collections
 
1
+ numpy>=1.18.5
2
+ torch>=1.7.0
3
+ torchvision>=0.8.1
4
  collections