DigiP-AI commited on
Commit
ce277d8
·
verified ·
1 Parent(s): 62b51ae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -5
app.py CHANGED
@@ -124,12 +124,15 @@ examples = [
124
  "a beautiful woman with black hair and brown eyes",
125
  ]
126
 
127
- css = ".gradio-container {background: url(https://files.123freevectors.com/wp-content/original/121381-abstract-light-grey-texture-background-image.jpg)}"
128
- app-container {
129
- max-width: 930px;
130
- margin-left: auto;
131
- margin-right: auto;
 
 
132
  }
 
133
 
134
  with gr.Blocks(theme=theme, css=css, elem_id="app-container") as app:
135
  gr.HTML("<center><h6>🎨 FLUX.1-Dev with LoRA 🇬🇧</h6></center>")
 
124
  "a beautiful woman with black hair and brown eyes",
125
  ]
126
 
127
+
128
+ css = """
129
+ #app-container {
130
+ max-width: 930px;
131
+ margin-left: auto;
132
+ margin-right: auto;
133
+ ".gradio-container {background: url(https://files.123freevectors.com/wp-content/original/121381-abstract-light-grey-texture-background-image.jpg)}"
134
  }
135
+ """
136
 
137
  with gr.Blocks(theme=theme, css=css, elem_id="app-container") as app:
138
  gr.HTML("<center><h6>🎨 FLUX.1-Dev with LoRA 🇬🇧</h6></center>")