mfrashad commited on
Commit
72619e8
1 Parent(s): 07d0569

Update description

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -280,6 +280,6 @@ c6 = gr.inputs.Slider(label="Less Cleavage", minimum=slider_min_val, maximum=sli
280
  scale = 1
281
 
282
  inputs = [seed1, seed2, content, style, truncation, c0, c1, c2, c3, c4, c5, c6, start_layer, end_layer]
283
- description = "Made by <a href='https://www.mfrashad.com/' target='_blank'>@mfrashad</a>. For more details, visit the <a href='https://github.com/mfrashad/ClothingGAN' target='_blank'>repo</a>. Please give a star if you find it useful :)"
284
 
285
  gr.Interface(generate_image, inputs, ["image", "image"], description=description, live=True, title="ClothingGAN").launch()
 
280
  scale = 1
281
 
282
  inputs = [seed1, seed2, content, style, truncation, c0, c1, c2, c3, c4, c5, c6, start_layer, end_layer]
283
+ description = "Change the seed number to generate different parent design. Made by <a href='https://www.mfrashad.com/' target='_blank'>@mfrashad</a>. For more details on how to build this, read the <a href='https://towardsdatascience.com/how-to-build-an-ai-fashion-designer-575b5e67915e' target='_blank'>article</a> or <a href='https://github.com/mfrashad/ClothingGAN' target='_blank'>repo</a>. Please give a clap/star if you find it useful :)"
284
 
285
  gr.Interface(generate_image, inputs, ["image", "image"], description=description, live=True, title="ClothingGAN").launch()