Update requirements.txt
Browse files- requirements.txt +10 -3
requirements.txt
CHANGED
|
@@ -1,3 +1,10 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# requirements.txt
|
| 2 |
+
--index-url https://download.pytorch.org/whl/cpu
|
| 3 |
+
torch
|
| 4 |
+
torchvision
|
| 5 |
+
torchaudio
|
| 6 |
+
--index-url https://pypi.org/simple
|
| 7 |
+
streamlit
|
| 8 |
+
httpx
|
| 9 |
+
beautifulsoup4
|
| 10 |
+
transformers
|