Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -5,4 +5,6 @@ torch==1.11.*
|
|
5 |
transformers==4.*
|
6 |
uvicorn[standard]==0.17.*
|
7 |
huggingface-hub==0.19.*
|
8 |
-
gradio-client==0.8.*
|
|
|
|
|
|
5 |
transformers==4.*
|
6 |
uvicorn[standard]==0.17.*
|
7 |
huggingface-hub==0.19.*
|
8 |
+
gradio-client==0.8.*
|
9 |
+
aiohttp==3.9.1
|
10 |
+
asyncio==3.4.3
|