Spaces:
Sleeping
Sleeping
Update requirements.txt to include gradio and huggingface_hub
Browse files- requirements.txt +7 -4
requirements.txt
CHANGED
|
@@ -1,4 +1,7 @@
|
|
| 1 |
-
datasets
|
| 2 |
-
smolagents
|
| 3 |
-
langchain-community
|
| 4 |
-
rank_bm25
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
datasets
|
| 2 |
+
smolagents
|
| 3 |
+
langchain-community
|
| 4 |
+
rank_bm25
|
| 5 |
+
gradio
|
| 6 |
+
llama-index
|
| 7 |
+
huggingface_hub
|