Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
paulb34/FLUX.1-Dev-Serverless
DigiP-AI
/
FLUX.1-Dev-Serverless
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
DigiP-AI
commited on
Apr 29
Commit
f4a6af9
·
verified
·
1 Parent(s):
faa931a
Create style.css
Browse files
Files changed (1)
hide
show
style.css
+7
-0
style.css
ADDED
Viewed
@@ -0,0 +1,7 @@
1
+
.gradio-container {background-color: MediumAquaMarine}
2
+
footer{display:none !important}
3
+
#app-container {
4
+
max-width: 930px;
5
+
margin-left: auto;
6
+
margin-right: auto;
7
+
}