ANASAKHTAR commited on
Commit
fd92256
·
verified ·
1 Parent(s): 1ed81f8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 3 Model",
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