Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
@@ -1,9 +1,9 @@
|
|
|
|
|
|
|
|
1 |
numpy==1.25.0
|
2 |
opencv-python==4.8.0.74
|
3 |
diffusers == 0.24.0
|
4 |
torch==2.0.1
|
5 |
accelerate == 0.25.0
|
6 |
-
transformers
|
7 |
-
gradio-client @ git+https://github.com/gradio-app/gradio@a8eb801a6b03874834d8ea29b576760602d020a6#subdirectory=client/python
|
8 |
-
https://gradio-builds.s3.amazonaws.com/a8eb801a6b03874834d8ea29b576760602d020a6/gradio-4.31.4-py3-none-any.whl
|
9 |
-
pypistats==1.1.0
|
|
|
1 |
+
gradio-client @ git+https://github.com/gradio-app/gradio@a8eb801a6b03874834d8ea29b576760602d020a6#subdirectory=client/python
|
2 |
+
https://gradio-builds.s3.amazonaws.com/a8eb801a6b03874834d8ea29b576760602d020a6/gradio-4.31.4-py3-none-any.whl
|
3 |
+
pypistats==1.1.0
|
4 |
numpy==1.25.0
|
5 |
opencv-python==4.8.0.74
|
6 |
diffusers == 0.24.0
|
7 |
torch==2.0.1
|
8 |
accelerate == 0.25.0
|
9 |
+
transformers == 4.21.1
|
|
|
|
|
|