Spaces:
Running
Running
Create requirements.txt
Browse files
GhostPackDemo/requirements.txt
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# requirements.txt
|
2 |
+
numpy
|
3 |
+
torch
|
4 |
+
einops
|
5 |
+
gradio
|
6 |
+
Pillow
|
7 |
+
diffusers
|
8 |
+
transformers
|
9 |
+
huggingface_hub
|