Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
huggingface_hub
|
| 2 |
+
diffusers
|
| 3 |
+
transformers
|
| 4 |
+
gradio_imageslider
|
| 5 |
+
torch==2.4.0
|
| 6 |
+
torchvision
|
| 7 |
+
gradio==4.44.1
|