Update requirements.txt
Browse files- requirements.txt +5 -2
requirements.txt
CHANGED
|
@@ -1,4 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
| 1 |
gradio
|
| 2 |
-
|
|
|
|
| 3 |
opencv-python
|
| 4 |
-
numpy
|
|
|
|
| 1 |
+
torch
|
| 2 |
+
diffusers
|
| 3 |
+
transformers
|
| 4 |
gradio
|
| 5 |
+
accelerate
|
| 6 |
+
safetensors
|
| 7 |
opencv-python
|
|
|