kaytoo2022 commited on
Commit
2c6eafa
·
verified ·
1 Parent(s): 4aaf289

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -93,7 +93,7 @@ with gr.Blocks() as app:
93
  lora_scale_2 = gr.Slider(label="LoRA Scale (GhibSky)", minimum=0, maximum=1, step=0.01, value=example_lora_scale)
94
  with gr.Column(scale=1):
95
  result = gr.Image(label="Generated Image")
96
- gr.Markdown("Generate images using Flux and a text prompt.\nUse `b3lla dog` in the prompt to trigger generating an image of Bella the dog.\n[[non-commercial license, Flux.1 Dev](https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md)]")
97
 
98
  # Automatically load example data and image when the interface is launched
99
  app.load(load_example, inputs=[], outputs=[prompt, cfg_scale, steps, randomize_seed, seed, width, height, lora_scale, lora_scale_2, result])
 
93
  lora_scale_2 = gr.Slider(label="LoRA Scale (GhibSky)", minimum=0, maximum=1, step=0.01, value=example_lora_scale)
94
  with gr.Column(scale=1):
95
  result = gr.Image(label="Generated Image")
96
+ gr.Markdown("Generate images using Flux and a text prompt.\nUse `[[just1n]]` in the prompt to activate the LoRA adapter.\n[[non-commercial license, Flux.1 Dev](https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md)]")
97
 
98
  # Automatically load example data and image when the interface is launched
99
  app.load(load_example, inputs=[], outputs=[prompt, cfg_scale, steps, randomize_seed, seed, width, height, lora_scale, lora_scale_2, result])