Update requirements.txt
Browse files- requirements.txt +10 -10
requirements.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
-
gradio
|
2 |
-
huggingface-hub
|
3 |
-
diffusers
|
4 |
-
transformers
|
5 |
-
kolors
|
6 |
-
groundingdino
|
7 |
-
segment-anything
|
8 |
-
torch
|
9 |
-
numpy
|
10 |
-
Pillow
|
|
|
1 |
+
gradio
|
2 |
+
huggingface-hub
|
3 |
+
diffusers
|
4 |
+
transformers
|
5 |
+
# kolors
|
6 |
+
groundingdino
|
7 |
+
segment-anything
|
8 |
+
torch
|
9 |
+
numpy
|
10 |
+
Pillow
|