Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -0
requirements.txt
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
aiohttp
|
2 |
async-timeout
|
|
|
|
|
3 |
gradio
|
4 |
nltk==3.9.1
|
5 |
sentence-transformers
|
|
|
1 |
aiohttp
|
2 |
async-timeout
|
3 |
+
asyncio
|
4 |
+
black
|
5 |
gradio
|
6 |
nltk==3.9.1
|
7 |
sentence-transformers
|