Commit ·
b58db5d
1
Parent(s): cb7cb7e
changes
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
|
@@ -7,7 +7,9 @@ scipy
|
|
| 7 |
Pillow
|
| 8 |
gradio>=5.23.0
|
| 9 |
|
| 10 |
-
|
|
|
|
|
|
|
| 11 |
rapidfuzz==3.9.3
|
| 12 |
scikit-learn==1.5.2
|
| 13 |
|
|
|
|
| 7 |
Pillow
|
| 8 |
gradio>=5.23.0
|
| 9 |
|
| 10 |
+
--extra-index-url https://download.pytorch.org/whl/cpu
|
| 11 |
+
torch==2.6.0
|
| 12 |
+
|
| 13 |
rapidfuzz==3.9.3
|
| 14 |
scikit-learn==1.5.2
|
| 15 |
|