Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -2,5 +2,6 @@ numpy==1.23.0
|
|
| 2 |
pillow==9.1.1
|
| 3 |
matplotlib==3.5.2
|
| 4 |
tensorflow==2.9.0
|
|
|
|
| 5 |
git+https://github.com/sayakpaul/transformers.git@tf-segformer
|
| 6 |
datasets==2.3.2
|
|
|
|
| 2 |
pillow==9.1.1
|
| 3 |
matplotlib==3.5.2
|
| 4 |
tensorflow==2.9.0
|
| 5 |
+
torch==1.12.0
|
| 6 |
git+https://github.com/sayakpaul/transformers.git@tf-segformer
|
| 7 |
datasets==2.3.2
|