requirements.txt
Browse filesstreamlit
transformers
torch
requests
pillow
python-dotenv
beautifulsoup4
- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
streamlit
|
2 |
-
|
|
|
3 |
requests
|
4 |
pillow
|
5 |
python-dotenv
|
|
|
1 |
streamlit
|
2 |
+
transformers
|
3 |
+
torch
|
4 |
requests
|
5 |
pillow
|
6 |
python-dotenv
|