mfrashad commited on
Commit
99aa527
·
1 Parent(s): b898c5f

Add description

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -282,4 +282,4 @@ scale = 1
282
  inputs = [seed1, seed2, content, style, truncation, c0, c1, c2, c3, c4, c5, c6, start_layer, end_layer]
283
  description = "Made by [@mfrashad](github.com/mfrashad). For more details, visit the [repo](https://github.com/mfrashad/ClothingGAN). Please give a star if you find it useful :)"
284
 
285
- gr.Interface(generate_image, inputs, ["image", "image"], live=True, title="ClothingGAN").launch()
 
282
  inputs = [seed1, seed2, content, style, truncation, c0, c1, c2, c3, c4, c5, c6, start_layer, end_layer]
283
  description = "Made by [@mfrashad](github.com/mfrashad). For more details, visit the [repo](https://github.com/mfrashad/ClothingGAN). 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()