Spaces:
Runtime error
Runtime error
fix req
Browse files- .gitignore +1 -0
- requirements.txt +1 -0
.gitignore
CHANGED
@@ -3,3 +3,4 @@ __pycache__/
|
|
3 |
*.pyc
|
4 |
*.png
|
5 |
*.jpg
|
|
|
|
3 |
*.pyc
|
4 |
*.png
|
5 |
*.jpg
|
6 |
+
gradio_cached_examples/
|
requirements.txt
CHANGED
@@ -3,6 +3,7 @@ torch==1.13.1
|
|
3 |
torchvision==0.14.1
|
4 |
diffusers==0.18.2
|
5 |
transformers==4.27.0
|
|
|
6 |
numpy==1.24.3
|
7 |
seaborn==0.12.2
|
8 |
accelerate==0.16.0
|
|
|
3 |
torchvision==0.14.1
|
4 |
diffusers==0.18.2
|
5 |
transformers==4.27.0
|
6 |
+
invisible_watermark==0.2.0
|
7 |
numpy==1.24.3
|
8 |
seaborn==0.12.2
|
9 |
accelerate==0.16.0
|