Spaces:
Sleeping
Sleeping
initial commit
Browse files- requirements.txt +4 -6
requirements.txt
CHANGED
|
@@ -1,7 +1,5 @@
|
|
| 1 |
-
flask
|
|
|
|
|
|
|
|
|
|
| 2 |
gunicorn
|
| 3 |
-
huggingface-hub>=0.30
|
| 4 |
-
requests
|
| 5 |
-
fal_client
|
| 6 |
-
pydantic==1.10.15
|
| 7 |
-
python-dotenv
|
|
|
|
| 1 |
+
flask==2.2.5
|
| 2 |
+
openai==1.13.3
|
| 3 |
+
requests==2.31.0
|
| 4 |
+
pydantic==1.10.14
|
| 5 |
gunicorn
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|