Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
fffiloni
/
stable-diffusion-inpainting
like
53
Paused
App
Files
Files
Community
4
fffiloni
commited on
Sep 3, 2022
Commit
19cbfb8
β’
1 Parent(s):
38ce6c7
Update style.css
Browse files
Files changed (1)
hide
show
style.css
+5
-0
style.css
CHANGED
Viewed
@@ -1,4 +1,9 @@
1
#source_container {
2
width: 512px;
3
height: 512px;
4
}
1
#source_container {
2
width: 512px;
3
height: 512px;
4
+
}
5
+
6
+
.h-full {
7
+
width: 512px;
8
+
height: 512px;
9
}