added torch to requirements
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -4,4 +4,5 @@ gradio-client
|
|
4 |
httpx
|
5 |
idna
|
6 |
langchain_openai
|
7 |
-
python-dotenv
|
|
|
|
4 |
httpx
|
5 |
idna
|
6 |
langchain_openai
|
7 |
+
python-dotenv
|
8 |
+
torch @ https://download.pytorch.org/whl/cpu
|