kaytoo2022 commited on
Commit
5a6a391
·
verified ·
1 Parent(s): 22cbaed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -86,7 +86,7 @@ with gr.Blocks() as app:
86
  lora_scale = gr.Slider(label="LoRA Scale", minimum=0, maximum=1, step=0.01, value=example_lora_scale)
87
  with gr.Column(scale=1):
88
  result = gr.Image(label="Generated Image")
89
- gr.Markdown("Generate images using RealismLora and a text prompt.\n[[non-commercial license, Flux.1 Dev](https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md)]")
90
 
91
  # Automatically load example data and image when the interface is launched
92
  app.load(load_example, inputs=[], outputs=[prompt, cfg_scale, steps, randomize_seed, seed, width, height, lora_scale, result])
 
86
  lora_scale = gr.Slider(label="LoRA Scale", minimum=0, maximum=1, step=0.01, value=example_lora_scale)
87
  with gr.Column(scale=1):
88
  result = gr.Image(label="Generated Image")
89
+ gr.Markdown("Generate images using Flux and a text prompt.\n Use `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)]")
90
 
91
  # Automatically load example data and image when the interface is launched
92
  app.load(load_example, inputs=[], outputs=[prompt, cfg_scale, steps, randomize_seed, seed, width, height, lora_scale, result])