Dinoking commited on
Commit
9bef697
β€’
1 Parent(s): b352563

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -286,4 +286,4 @@ description = "Change the seed number to generate different parent design.Please
286
  article="<p style='text-align: center'>Made by Aditya Narendra with πŸ–€ .Thanks to <a href='https://huggingface.co/spaces/mfrashad/ClothingGAN' target='_blank'>@mfrashad</a> for the inspiration for this.</p> "
287
 
288
 
289
- gr.Interface(generate_image, inputs, ["image", "image"], description=description, live=True,article=article,title="ClothingGAN").launch()
286
  article="<p style='text-align: center'>Made by Aditya Narendra with πŸ–€ .Thanks to <a href='https://huggingface.co/spaces/mfrashad/ClothingGAN' target='_blank'>@mfrashad</a> for the inspiration for this.</p> "
287
 
288
 
289
+ gr.Interface(generate_image, inputs, ["image", "image"], description=description, live=True,article=article,title="Clothing GAN").launch()