Spaces:
Runtime error
Runtime error
ULMER Louis (T0240644)
commited on
Commit
·
3313a4f
1
Parent(s):
3cc138b
updating
Browse files- env.yml +1 -0
- requirements.txt +1 -13
env.yml
CHANGED
|
@@ -26,6 +26,7 @@ dependencies:
|
|
| 26 |
- uvicorn
|
| 27 |
- plotly
|
| 28 |
- tqdm
|
|
|
|
| 29 |
|
| 30 |
|
| 31 |
|
|
|
|
| 26 |
- uvicorn
|
| 27 |
- plotly
|
| 28 |
- tqdm
|
| 29 |
+
- nltk
|
| 30 |
|
| 31 |
|
| 32 |
|
requirements.txt
CHANGED
|
@@ -1,18 +1,6 @@
|
|
| 1 |
-
python
|
| 2 |
pytorch-gpu
|
| 3 |
-
albumentations
|
| 4 |
-
torchvision
|
| 5 |
-
tqdm
|
| 6 |
streamlit
|
| 7 |
transformers
|
| 8 |
-
fastapi
|
| 9 |
-
ipython
|
| 10 |
-
matplotlib
|
| 11 |
pandas
|
| 12 |
-
pip
|
| 13 |
scikit-learn
|
| 14 |
-
|
| 15 |
-
fastapi
|
| 16 |
-
uvicorn
|
| 17 |
-
plotly
|
| 18 |
-
tqdm
|
|
|
|
|
|
|
| 1 |
pytorch-gpu
|
|
|
|
|
|
|
|
|
|
| 2 |
streamlit
|
| 3 |
transformers
|
|
|
|
|
|
|
|
|
|
| 4 |
pandas
|
|
|
|
| 5 |
scikit-learn
|
| 6 |
+
nltk
|
|
|
|
|
|
|
|
|
|
|
|