John6666 commited on
Commit
8b56b7e
1 Parent(s): 9e9de0a

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -689,7 +689,7 @@ with gr.Blocks(theme='NoCrypt/miku@>=1.2.2', fill_width=True, css=css, delete_ca
689
  gr.Markdown("[Check the list of FLUX LoRAs](https://huggingface.co/models?other=base_model:adapter:black-forest-labs/FLUX.1-dev)", elem_id="lora_list")
690
  with gr.Column():
691
  progress_bar = gr.Markdown(elem_id="progress",visible=False)
692
- result = gr.Image(label="Generated Image", format="png", show_share_button=False)
693
  with gr.Accordion("History", open=False):
694
  history_gallery = gr.Gallery(label="History", columns=6, object_fit="contain", interactive=False)
695
  with gr.Group():
 
689
  gr.Markdown("[Check the list of FLUX LoRAs](https://huggingface.co/models?other=base_model:adapter:black-forest-labs/FLUX.1-dev)", elem_id="lora_list")
690
  with gr.Column():
691
  progress_bar = gr.Markdown(elem_id="progress",visible=False)
692
+ result = gr.Image(label="Generated Image", format="png", show_share_button=False, interactive=False)
693
  with gr.Accordion("History", open=False):
694
  history_gallery = gr.Gallery(label="History", columns=6, object_fit="contain", interactive=False)
695
  with gr.Group():