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

Update app.py

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