JTRNS
commited on
Commit
·
80c1d04
1
Parent(s):
7811033
chore: add torch to requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -2,4 +2,5 @@ fastapi
|
|
2 |
uvicorn[standard]
|
3 |
wtpsplit
|
4 |
jinja2
|
5 |
-
python-multipart
|
|
|
|
2 |
uvicorn[standard]
|
3 |
wtpsplit
|
4 |
jinja2
|
5 |
+
python-multipart
|
6 |
+
torch
|