guru001 commited on
Commit
c583712
·
1 Parent(s): e1fa250

pytorch version removed

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. requirements.txt +2 -2
README.md CHANGED
@@ -7,7 +7,7 @@ sdk: gradio
7
  sdk_version: 3.0.20
8
  app_file: app.py
9
  pinned: false
10
- python_version: 3.8
11
  ---
12
 
13
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
7
  sdk_version: 3.0.20
8
  app_file: app.py
9
  pinned: false
10
+ python_version: 3.7
11
  ---
12
 
13
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
requirements.txt CHANGED
@@ -4,5 +4,5 @@ Werkzeug
4
  pillow
5
  numpy
6
  boto3
7
- pytorch==1.7.1
8
- opencv==3.4.2
 
4
  pillow
5
  numpy
6
  boto3
7
+ pytorch
8
+ opencv