Update requirements.txt
Browse files- requirements.txt +5 -1
requirements.txt
CHANGED
@@ -6,4 +6,8 @@ pillow
|
|
6 |
numpy
|
7 |
typing
|
8 |
gitpython
|
9 |
-
huggingface_hub
|
|
|
|
|
|
|
|
|
|
6 |
numpy
|
7 |
typing
|
8 |
gitpython
|
9 |
+
huggingface_hub
|
10 |
+
requests
|
11 |
+
fastapi==0.74.*
|
12 |
+
uvicorn[standard]
|
13 |
+
python-multipart
|