Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -89,7 +89,7 @@ num_images_per_prompt = gr.Slider(label="Number of Images to generate with the s
|
|
89 |
interface = gr.Interface(
|
90 |
fn=generate_image,
|
91 |
inputs=[prompt, enhance_prompt, negative_prompt, num_inference_steps, height, width, guidance_scale, seed, num_images_per_prompt],
|
92 |
-
outputs=gr.Gallery(label="Generated AI Images", elem_id="gallery"
|
93 |
title="Stable Diffusion 3 Medium",
|
94 |
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"
|
95 |
)
|
|
|
89 |
interface = gr.Interface(
|
90 |
fn=generate_image,
|
91 |
inputs=[prompt, enhance_prompt, negative_prompt, num_inference_steps, height, width, guidance_scale, seed, num_images_per_prompt],
|
92 |
+
outputs=gr.Gallery(label="Generated AI Images", elem_id="gallery"),
|
93 |
title="Stable Diffusion 3 Medium",
|
94 |
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"
|
95 |
)
|