Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse filespython-dotenv
llama-index
llama-index-embeddings-huggingface
llama-index-llms-huggingface
gradio
- requirements.txt +5 -5
requirements.txt
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
-
streamlit
|
| 2 |
-
python-dotenv
|
| 3 |
-
llama-index
|
| 4 |
-
llama-index-embeddings-huggingface
|
| 5 |
-
llama-index-llms-huggingface
|
|
|
|
| 1 |
+
streamlit
|
| 2 |
+
python-dotenv
|
| 3 |
+
llama-index
|
| 4 |
+
llama-index-embeddings-huggingface
|
| 5 |
+
llama-index-llms-huggingface
|