Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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="
|
|
|
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()
|