Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
git+https://github.com/anuragshas/rpunct.git
|
| 2 |
fastapi
|
| 3 |
uvicorn
|
| 4 |
-
|
|
|
|
| 5 |
httpx==0.24.1
|
|
|
|
| 1 |
git+https://github.com/anuragshas/rpunct.git
|
| 2 |
fastapi
|
| 3 |
uvicorn
|
| 4 |
+
--find-links https://download.pytorch.org/whl/torch_stable.html
|
| 5 |
+
torch==1.8.1+cpu
|
| 6 |
httpx==0.24.1
|