eloukas commited on
Commit
8044b02
Β·
1 Parent(s): 58a6b56

Update README.md title and Python version; add torch dependency to requirements.txt

Browse files
Files changed (2) hide show
  1. README.md +2 -2
  2. requirements.txt +2 -1
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: The Greek NLP Toolkit Demo Space
3
  emoji: πŸ‘€
4
  colorFrom: blue
5
  colorTo: purple
@@ -8,7 +8,7 @@ sdk_version: 4.42.0
8
  app_file: app.py
9
  pinned: true
10
  license: cc-by-nc-4.0
11
- python_version: 3.9.21
12
  ---
13
 
14
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
  ---
2
+ title: The Greek NLP Toolkit Playground
3
  emoji: πŸ‘€
4
  colorFrom: blue
5
  colorTo: purple
 
8
  app_file: app.py
9
  pinned: true
10
  license: cc-by-nc-4.0
11
+ python_version: 3.10.16
12
  ---
13
 
14
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
requirements.txt CHANGED
@@ -3,4 +3,5 @@ gradio_client==1.3.0
3
  transformers==4.44.0
4
  tokenizers==0.19.1
5
  gr-nlp-toolkit==0.2.1
6
- spaces==0.32.0
 
 
3
  transformers==4.44.0
4
  tokenizers==0.19.1
5
  gr-nlp-toolkit==0.2.1
6
+ spaces==0.32.0
7
+ torch==2.4.0