Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +11 -1
requirements.txt
CHANGED
@@ -7,4 +7,14 @@ langchain-groq
|
|
7 |
langchain-community
|
8 |
python-dotenv
|
9 |
gtts
|
10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
langchain-community
|
8 |
python-dotenv
|
9 |
gtts
|
10 |
+
git+https://github.com/huggingface/diffusers
|
11 |
+
accelerate
|
12 |
+
transformers
|
13 |
+
gradio==4.1.1
|
14 |
+
Pillow==10.1.0
|
15 |
+
sentencepiece==0.1.99
|
16 |
+
optimum
|
17 |
+
beautifulsoup4
|
18 |
+
ftfy
|
19 |
+
--extra-index-url https://download.pytorch.org/whl/cu118
|
20 |
+
torch==2.0.1
|