Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -60,7 +60,7 @@ num_images_per_prompt = gr.Slider(label="Number of Images to generate with the s
|
|
60 |
interface = gr.Interface(
|
61 |
fn=generate_image,
|
62 |
inputs=[prompt, negative_prompt, num_inference_steps, height, width, guidance_scale, num_images_per_prompt],
|
63 |
-
outputs=
|
64 |
title="Stable Diffusion 3 Medium",
|
65 |
description="Made by <a href='https://linktr.ee/Nick088' target='_blank'>Nick088</a> \n Join https://discord.gg/osai to talk about Open Source AI"
|
66 |
)
|
|
|
60 |
interface = gr.Interface(
|
61 |
fn=generate_image,
|
62 |
inputs=[prompt, negative_prompt, num_inference_steps, height, width, guidance_scale, num_images_per_prompt],
|
63 |
+
outputs=gr.Gallery(label="Generated AI Images", elem_id="gallery", show_label=False),
|
64 |
title="Stable Diffusion 3 Medium",
|
65 |
description="Made by <a href='https://linktr.ee/Nick088' target='_blank'>Nick088</a> \n Join https://discord.gg/osai to talk about Open Source AI"
|
66 |
)
|