Spaces:
Runtime error
Runtime error
create requirements.txt
Browse filesshould be all good for now.
- requirements.txt +6 -0
requirements.txt
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
transformers>=4.45.0
|
2 |
+
diffusers>=0.14.0
|
3 |
+
gradio>=4.0.0
|
4 |
+
torch>=2.0.1
|
5 |
+
accelerate>=0.18.0
|
6 |
+
spaces # To use the ZeroGPU decorator
|