Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
beautifulsoup4
|
| 2 |
datasets
|
|
|
|
|
|
|
| 3 |
faiss-cpu
|
| 4 |
-
gradio
|
| 5 |
-
gradio>=4.44.0
|
| 6 |
httpx
|
| 7 |
networkx
|
| 8 |
pandas
|
|
|
|
| 1 |
beautifulsoup4
|
| 2 |
datasets
|
| 3 |
+
gradio>=6,<7
|
| 4 |
+
aiohttp
|
| 5 |
faiss-cpu
|
|
|
|
|
|
|
| 6 |
httpx
|
| 7 |
networkx
|
| 8 |
pandas
|