Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -0
requirements.txt
CHANGED
|
@@ -1,6 +1,8 @@
|
|
| 1 |
torch
|
| 2 |
torchvision
|
| 3 |
numpy
|
|
|
|
|
|
|
| 4 |
rembg
|
| 5 |
opencv-contrib-python
|
| 6 |
diffusers==0.32.2
|
|
|
|
| 1 |
torch
|
| 2 |
torchvision
|
| 3 |
numpy
|
| 4 |
+
onnxruntime
|
| 5 |
+
onnxruntime-gpu
|
| 6 |
rembg
|
| 7 |
opencv-contrib-python
|
| 8 |
diffusers==0.32.2
|