Spaces:
Sleeping
Sleeping
Upload requirements.txt
Browse files- requirements.txt +13 -0
requirements.txt
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
fastapi
|
| 2 |
+
uvicorn[standard] # Servidor ASGI para FastAPI
|
| 3 |
+
gradio
|
| 4 |
+
torch
|
| 5 |
+
torchvision
|
| 6 |
+
numpy
|
| 7 |
+
opencv-python
|
| 8 |
+
Pillow
|
| 9 |
+
basicsr # Para SwinIR
|
| 10 |
+
# Si vas a usar Google AI Studio API:
|
| 11 |
+
# google-cloud-aiplatform
|
| 12 |
+
# google-auth
|
| 13 |
+
# python-dotenv # Para cargar .env
|