Spaces:
Runtime error
Runtime error
Add huggingface_hub to dependency
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -11,4 +11,5 @@ ray[serve]==2.2.0
|
|
11 |
fastapi==0.88.0
|
12 |
httpx==0.23.1
|
13 |
starlette==0.22.0
|
14 |
-
protobuf==3.20.*
|
|
|
|
11 |
fastapi==0.88.0
|
12 |
httpx==0.23.1
|
13 |
starlette==0.22.0
|
14 |
+
protobuf==3.20.*
|
15 |
+
huggingface_hub==0.12.1
|