gaur3009 commited on
Commit
9ebfd06
·
verified ·
1 Parent(s): 434bd85

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -74,8 +74,8 @@ iface = gr.Interface(
74
  gr.Textbox(lines=1, placeholder="Text (Optional)"), # text
75
  ],
76
  outputs="image",
77
- title="Clothe Designs for img2img model",
78
- description="Generate designs for clothing items",
79
  examples=[["Red", "T-shirt", "Simple design", "Stylish Text"]]
80
  )
81
 
 
74
  gr.Textbox(lines=1, placeholder="Text (Optional)"), # text
75
  ],
76
  outputs="image",
77
+ title="Make your Brand",
78
+ description="Generation of clothes",
79
  examples=[["Red", "T-shirt", "Simple design", "Stylish Text"]]
80
  )
81