DigiP-AI commited on
Commit
bb47029
·
verified ·
1 Parent(s): 8a8b66b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -126,12 +126,13 @@ examples = [
126
 
127
 
128
  css = """
129
- app-container {
130
  max-width: 900px;
131
  margin-left: auto;
132
  margin-right: auto;
 
133
  }
134
- .gradio-container {background: url('DigiP-AI/FLUX.Dev-LORA/abstract.jpg')}
135
  """
136
  with gr.Blocks(theme=theme, css=css, elem_id="app-container") as app:
137
  gr.HTML("<center><h6>🎨 FLUX.1-Dev with LoRA 🇬🇧</h6></center>")
 
126
 
127
 
128
  css = """
129
+ .gradio-container {
130
  max-width: 900px;
131
  margin-left: auto;
132
  margin-right: auto;
133
+ background: url('DigiP-AI/FLUX.Dev-LORA/abstract.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>")