Spaces:
Sleeping
Sleeping
Zeqhx commited on
Commit ·
15326e7
1
Parent(s): 422579b
Remove invalid python-cors dependency
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -17,4 +17,4 @@ mediapipe==0.10.21
|
|
| 17 |
Pillow==10.1.0
|
| 18 |
|
| 19 |
# CORS support
|
| 20 |
-
|
|
|
|
| 17 |
Pillow==10.1.0
|
| 18 |
|
| 19 |
# CORS support
|
| 20 |
+
# FastAPI includes CORS middleware via Starlette; no extra package needed.
|