yjernite HF Staff commited on
Commit
9c96557
·
1 Parent(s): c67e834

removing torch requirements

Browse files

Spaces apparently stopped supporting 1.9, so removing the requirement

Files changed (1) hide show
  1. requirements.txt +1 -1
requirements.txt CHANGED
@@ -2,7 +2,7 @@ langdetect==1.0.9
2
  nltk>=3.6.4
3
  plotly==5.3.1
4
  transformers>=4.8.2
5
- torch==1.11.0
6
  tokenizers==0.10.3
7
  sentencepiece==0.1.96
8
  streamlit==0.88.0
 
2
  nltk>=3.6.4
3
  plotly==5.3.1
4
  transformers>=4.8.2
5
+ torch
6
  tokenizers==0.10.3
7
  sentencepiece==0.1.96
8
  streamlit==0.88.0