gaur3009 commited on
Commit
abe84c8
1 Parent(s): a7cff8e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,7 +50,7 @@ iface = gr.Interface(
50
  fn=generate_image,
51
  inputs=gr.Textbox(lines=2, placeholder="Type your prompt here..."),
52
  outputs="image",
53
- title="TShirt Design XL Image Generator",
54
  description="Make designs for your clothes",
55
  examples=[["Cute Panda"], ["Skull"]]
56
  )
 
50
  fn=generate_image,
51
  inputs=gr.Textbox(lines=2, placeholder="Type your prompt here..."),
52
  outputs="image",
53
+ title="Clothe Designs to use in our img2img model",
54
  description="Make designs for your clothes",
55
  examples=[["Cute Panda"], ["Skull"]]
56
  )