Yoni232 commited on
Commit
c24f20a
·
1 Parent(s): 925553b

changed pytorch from pinned to avoid config error

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. requirements.txt +1 -1
README.md CHANGED
@@ -2,7 +2,7 @@
2
  title: Count The Notes
3
  emoji: 🎵
4
  colorFrom: pink
5
- colorTo: gray
6
  sdk: gradio
7
  sdk_version: 6.0.2
8
  app_file: app.py
 
2
  title: Count The Notes
3
  emoji: 🎵
4
  colorFrom: pink
5
+ colorTo: green
6
  sdk: gradio
7
  sdk_version: 6.0.2
8
  app_file: app.py
requirements.txt CHANGED
@@ -9,7 +9,7 @@ mido>=1.2.9
9
  Pillow>=6.2.0
10
  dtw-python==1.3.0
11
  einops==0.6.1
12
- torch==2.0.1
13
  PyYAML==6.0
14
  wandb>=0.15.0
15
  huggingface_hub>=0.20.0
 
9
  Pillow>=6.2.0
10
  dtw-python==1.3.0
11
  einops==0.6.1
12
+ torch>=2.0.1
13
  PyYAML==6.0
14
  wandb>=0.15.0
15
  huggingface_hub>=0.20.0