Spaces:
Runtime error
Runtime error
kukiagrawal
commited on
Create requirements.txt
Browse files- requirements.txt +4 -0
requirements.txt
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch # The latest stable version will be installed automatically
|
2 |
+
diffusers # The latest stable version will be installed automatically
|
3 |
+
gradio # The latest stable version will be installed automatically
|
4 |
+
Pillow # For image handling
|