Spaces:
Running
on
Zero
Running
on
Zero
Update README.md title and Python version; add torch dependency to requirements.txt
Browse files- README.md +2 -2
- requirements.txt +2 -1
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
title: The Greek NLP Toolkit
|
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.
|
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
|