Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +8 -8
requirements.txt
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
-
gradio
|
2 |
-
requests
|
3 |
-
|
4 |
-
huggingface-hub
|
5 |
-
nest-asyncio
|
6 |
-
sentence-transformers
|
7 |
torch
|
8 |
-
transformers
|
9 |
-
langchain
|
|
|
1 |
+
gradio
|
2 |
+
requests
|
3 |
+
beautifulsoup
|
4 |
+
huggingface-hub
|
5 |
+
nest-asyncio
|
6 |
+
sentence-transformers
|
7 |
torch
|
8 |
+
transformers
|
9 |
+
langchain
|