Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +8 -10
requirements.txt
CHANGED
@@ -1,11 +1,9 @@
|
|
1 |
-
fastapi
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
aiohttp==3.9.1
|
10 |
-
asyncio==3.4.3
|
11 |
Pillow
|
|
|
1 |
+
fastapi
|
2 |
+
uvicorn[standard]
|
3 |
+
python-dotenv
|
4 |
+
openai
|
5 |
+
requests
|
6 |
+
huggingface-hub
|
7 |
+
aiohttp
|
8 |
+
asyncio
|
|
|
|
|
9 |
Pillow
|