DigiP-AI commited on
Commit
d141f2f
·
verified ·
1 Parent(s): 31af46d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -8
app.py CHANGED
@@ -124,14 +124,8 @@ examples = [
124
  "a beautiful woman with black hair and brown eyes",
125
  ]
126
 
127
- css = """
128
- #app-container {
129
- max-width: 930px;
130
- margin-left: auto;
131
- margin-right: auto;
132
- .gradio-container "background: url('https://upload.wikimedia.org/wikipedia/commons/4/49/Abstract_-_Coconut_Leaf_%28Imagicity_186%29.jpg')"
133
-
134
- """
135
  with gr.Blocks(theme=theme, css=css, elem_id="app-container") as app:
136
  gr.HTML("<center><h6>🎨 FLUX.1-Dev with LoRA 🇬🇧</h6></center>")
137
  with gr.Tab("Text to Image"):
 
124
  "a beautiful woman with black hair and brown eyes",
125
  ]
126
 
127
+ css = ".gradio-container background: url('https://upload.wikimedia.org/wikipedia/commons/4/49/Abstract_-_Coconut_Leaf_%28Imagicity_186%29.jpg')"
128
+
 
 
 
 
 
 
129
  with gr.Blocks(theme=theme, css=css, elem_id="app-container") as app:
130
  gr.HTML("<center><h6>🎨 FLUX.1-Dev with LoRA 🇬🇧</h6></center>")
131
  with gr.Tab("Text to Image"):