killwithabass commited on
Commit
a044e21
·
verified ·
1 Parent(s): 6f8ccda

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -99,7 +99,7 @@ css = '''
99
  #title img{width: 100px; margin-right: 0.5em}
100
  '''
101
  with gr.Blocks(theme=gr.themes.Soft(), css=css) as app:
102
- gr.Markdown("#Gay LoRAs Explorer for FLUX 1 DEV")
103
  selected_index = gr.State(None)
104
  with gr.Row():
105
  with gr.Column(scale=3):
@@ -116,6 +116,7 @@ with gr.Blocks(theme=gr.themes.Soft(), css=css) as app:
116
  allow_preview=False,
117
  columns=3
118
  )
 
119
 
120
  with gr.Column(scale=4):
121
  result = gr.Image(label="Generated Image")
 
99
  #title img{width: 100px; margin-right: 0.5em}
100
  '''
101
  with gr.Blocks(theme=gr.themes.Soft(), css=css) as app:
102
+ gr.Markdown("# Gay LoRAs Explorer for FLUX 1 DEV")
103
  selected_index = gr.State(None)
104
  with gr.Row():
105
  with gr.Column(scale=3):
 
116
  allow_preview=False,
117
  columns=3
118
  )
119
+ gr.Markdown("*You can add more models by creating a Pull Request to modify the file loras.json*")
120
 
121
  with gr.Column(scale=4):
122
  result = gr.Image(label="Generated Image")