Spaces:
Running
Running
Jeremy Live
commited on
Commit
·
4a7deaa
1
Parent(s):
a4d083a
updated req
Browse files- requirements.txt +5 -1
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
modal>=1.0.0
|
2 |
gradio>=3.36.0
|
3 |
python-dotenv
|
4 |
-
requests
|
5 |
Pillow>=10.0.0
|
6 |
huggingface-hub>=0.16.4
|
7 |
transformers>=4.36.0
|
@@ -25,3 +25,7 @@ tqdm>=4.66.0
|
|
25 |
charset-normalizer>=3.3.2
|
26 |
PyYAML>=6.0.0
|
27 |
filelock>=3.13.0
|
|
|
|
|
|
|
|
|
|
1 |
modal>=1.0.0
|
2 |
gradio>=3.36.0
|
3 |
python-dotenv
|
4 |
+
requests>=2.26.0,<3.0.0
|
5 |
Pillow>=10.0.0
|
6 |
huggingface-hub>=0.16.4
|
7 |
transformers>=4.36.0
|
|
|
25 |
charset-normalizer>=3.3.2
|
26 |
PyYAML>=6.0.0
|
27 |
filelock>=3.13.0
|
28 |
+
fastapi>=0.68.0,<0.69.0
|
29 |
+
uvicorn[standard]>=0.15.0,<0.16.0
|
30 |
+
pydantic>=1.8.0,<2.0.0
|
31 |
+
python-multipart>=0.0.5,<0.1.0
|