Update app.py
Browse files
app.py
CHANGED
|
@@ -31,7 +31,7 @@ interface = gr.Interface(
|
|
| 31 |
fn=image_generation,
|
| 32 |
inputs=gr.Textbox(lines=2, placeholder="Enter your Prompt..."),
|
| 33 |
outputs=gr.Image(type="pil"),
|
| 34 |
-
title="Image Creation using Stable Diffusion
|
| 35 |
description="This application generates awesome images using the Stable Diffusion 3 model."
|
| 36 |
)
|
| 37 |
|
|
|
|
| 31 |
fn=image_generation,
|
| 32 |
inputs=gr.Textbox(lines=2, placeholder="Enter your Prompt..."),
|
| 33 |
outputs=gr.Image(type="pil"),
|
| 34 |
+
title="Image Creation using Stable Diffusion Model",
|
| 35 |
description="This application generates awesome images using the Stable Diffusion 3 model."
|
| 36 |
)
|
| 37 |
|