Cropinky commited on
Commit
2f8dba4
·
1 Parent(s): 09729b6

version 0.1 commit

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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