Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
lamaralsilveira/remove_background
abdullahalioo
/
remove_background
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
abdullahalioo
commited on
Apr 6
Commit
64f0606
·
verified
·
1 Parent(s):
5f113c6
Update style.css
Browse files
Files changed (1)
hide
show
style.css
+4
-0
style.css
CHANGED
Viewed
@@ -0,0 +1,4 @@
1
+
/* Hide Hugging Face Space header */
2
+
#block-header, .svelte-1ipelgc {
3
+
display: none !important;
4
+
}