Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -8,6 +8,7 @@ langchain-community
|
|
| 8 |
python-dotenv
|
| 9 |
gtts
|
| 10 |
git+https://github.com/huggingface/diffusers
|
|
|
|
| 11 |
accelerate
|
| 12 |
transformers
|
| 13 |
gradio==4.1.1
|
|
@@ -23,4 +24,4 @@ tqdm
|
|
| 23 |
accelerate
|
| 24 |
pypdf
|
| 25 |
chromadb
|
| 26 |
-
unidecode
|
|
|
|
| 8 |
python-dotenv
|
| 9 |
gtts
|
| 10 |
git+https://github.com/huggingface/diffusers
|
| 11 |
+
streamlit-state
|
| 12 |
accelerate
|
| 13 |
transformers
|
| 14 |
gradio==4.1.1
|
|
|
|
| 24 |
accelerate
|
| 25 |
pypdf
|
| 26 |
chromadb
|
| 27 |
+
unidecode
|