Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +11 -1
requirements.txt
CHANGED
|
@@ -1 +1,11 @@
|
|
| 1 |
-
streamlit_extras
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
streamlit_extras
|
| 2 |
+
transformers
|
| 3 |
+
huggingface_hub
|
| 4 |
+
streamlit
|
| 5 |
+
langchain_core
|
| 6 |
+
langchain_community
|
| 7 |
+
langchain_huggingface
|
| 8 |
+
langchain_text_splitters
|
| 9 |
+
accelerate
|
| 10 |
+
watchdog
|
| 11 |
+
tqdm
|