Spaces:
Runtime error
Runtime error
version 0.1 commit
Browse files
app.py
CHANGED
@@ -19,7 +19,6 @@ if __name__ == "__main__":
|
|
19 |
outputs = gr.outputs.Image(label="Generated Image", type="pil")
|
20 |
#outputs = "text"
|
21 |
title = "Projected GAN for painting generation"
|
22 |
-
description = "Choose your artistic direction "
|
23 |
article = "<p style='text-align: center'><a href='https://github.com/autonomousvision/projected_gan'>Official projected GAN github repo + paper</a></p>"
|
24 |
|
25 |
|
|
|
19 |
outputs = gr.outputs.Image(label="Generated Image", type="pil")
|
20 |
#outputs = "text"
|
21 |
title = "Projected GAN for painting generation"
|
|
|
22 |
article = "<p style='text-align: center'><a href='https://github.com/autonomousvision/projected_gan'>Official projected GAN github repo + paper</a></p>"
|
23 |
|
24 |
|