Spaces:
Running
Running
azdxit commited on
Commit ·
3ba34dc
1
Parent(s): 5903a48
Add a missing library for image generation capabilities
Browse filesAdd the httpx library to the project's dependencies in requirements.txt to resolve ModuleNotFoundError during deployment.
Replit-Commit-Author: Agent
Replit-Commit-Session-Id: a662ebb5-fd71-4dd7-ad81-6f1890051700
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Event-Id: 03210b14-ce90-472d-935c-435874173db0
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/d9f57912-08a1-48b9-ad13-f36ce06579fd/a662ebb5-fd71-4dd7-ad81-6f1890051700/fWRWvD9
- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -11,3 +11,4 @@ basicsr==1.4.2
|
|
| 11 |
gfpgan==1.3.8
|
| 12 |
rembg==2.0.50
|
| 13 |
onnxruntime==1.17.0
|
|
|
|
|
|
| 11 |
gfpgan==1.3.8
|
| 12 |
rembg==2.0.50
|
| 13 |
onnxruntime==1.17.0
|
| 14 |
+
httpx==0.27.0
|