John6666 commited on
Commit
db7e5ce
·
verified ·
1 Parent(s): 1cf86ee

webp to png

Browse files

https://huggingface.co/spaces/multimodalart/flux-lora-the-explorer/discussions/8#674b392f548e472d0ef8bde2
Because there was a request in the Discussion. In my mod space, I'm using it in png format, but I don't think it's causing any problems. It's PIL anyway.😅

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -294,7 +294,7 @@ with gr.Blocks(theme=gr.themes.Soft(font=font), css=css, delete_cache=(60, 60))
294
  custom_lora_button = gr.Button("Remove custom LoRA", visible=False)
295
  with gr.Column():
296
  progress_bar = gr.Markdown(elem_id="progress",visible=False)
297
- result = gr.Image(label="Generated Image")
298
 
299
  with gr.Row():
300
  with gr.Accordion("Advanced Settings", open=False):
 
294
  custom_lora_button = gr.Button("Remove custom LoRA", visible=False)
295
  with gr.Column():
296
  progress_bar = gr.Markdown(elem_id="progress",visible=False)
297
+ result = gr.Image(label="Generated Image", format="png")
298
 
299
  with gr.Row():
300
  with gr.Accordion("Advanced Settings", open=False):