Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
--extra-index-url https://download.pytorch.org/whl/cpu
|
| 2 |
-
torch+cpu
|
| 3 |
fastapi
|
| 4 |
uvicorn
|
| 5 |
huggingface_hub>=0.30
|
|
|
|
| 1 |
--extra-index-url https://download.pytorch.org/whl/cpu
|
| 2 |
+
torch==2.5.1+cpu
|
| 3 |
fastapi
|
| 4 |
uvicorn
|
| 5 |
huggingface_hub>=0.30
|