This commit is contained in:
cocktailpeanut
2024-08-09 15:35:07 -04:00
parent 655a57ac44
commit 5e922a1bfc

2
app.py
View File

@@ -97,7 +97,7 @@ with gr.Blocks(css=css) as demo:
container=False,
)
run_button = gr.Button("Run", scale=0)
result = gr.Gallery(label="Result", show_label=False, object_fit="contain")
result = gr.Gallery(label="Result", show_label=False, object_fit="contain", format="png")
checkpoint = gr.Dropdown(
label="Model",
value= "black-forest-labs/FLUX.1-schnell",