Update requirements.txt
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
torch==2.6.0
|
| 2 |
fastai==2.8.1
|
|
|
|
| 3 |
gradio==4.28.3
|
| 4 |
albumentations==1.3.1
|
| 5 |
opencv-python-headless==4.8.1.78
|
|
|
|
| 1 |
torch==2.6.0
|
| 2 |
fastai==2.8.1
|
| 3 |
+
toml
|
| 4 |
gradio==4.28.3
|
| 5 |
albumentations==1.3.1
|
| 6 |
opencv-python-headless==4.8.1.78
|