Spaces:
Runtime error
Runtime error
Commit
·
e264b4b
1
Parent(s):
d1224f6
fix error of socket
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,2 +1,3 @@
|
|
1 |
fastai
|
2 |
-
uvicorn>=0.2.2
|
|
|
|
1 |
fastai
|
2 |
+
uvicorn>=0.2.2
|
3 |
+
httpx==0.24.1
|