drdata commited on
Commit
5f95a40
1 Parent(s): 7883666

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -13,12 +13,12 @@ def image_generation(model, number_of_images=1):
13
  #return f"generating {number_of_images} images from {model}"
14
  return img
15
  if __name__ == "__main__":
16
- description = "TODO: when generating only 1 image use an esrgan to increase its resolution \n TODO: allow generation of multiple images TODO: walk through input space video i have exams now c u in 2 weeks (:"
17
  inputs = gr.inputs.Radio([ "Impressionism", "Abstract Expressionism", "Cubism", "Pop Art", "Color Field", "Hana Hanak houses", "Hana Hanak houses - abstract expressionism", "Hana Hanak houses - color field"])
18
  outputs = gr.outputs.Image(label="Generated Image", type="pil")
19
  #outputs = "text"
20
  title = "Projected GAN for painting generation v0.2"
21
- article = "<p style='text-align: center'><a href='https://github.com/autonomousvision/projected_gan'>Official projected GAN github repo + paper</a></p>"
22
 
23
 
24
 
 
13
  #return f"generating {number_of_images} images from {model}"
14
  return img
15
  if __name__ == "__main__":
16
+ description = "T"
17
  inputs = gr.inputs.Radio([ "Impressionism", "Abstract Expressionism", "Cubism", "Pop Art", "Color Field", "Hana Hanak houses", "Hana Hanak houses - abstract expressionism", "Hana Hanak houses - color field"])
18
  outputs = gr.outputs.Image(label="Generated Image", type="pil")
19
  #outputs = "text"
20
  title = "Projected GAN for painting generation v0.2"
21
+ article = "<p style='text-align: center'><a href='https://github.com/dr-data/projected_gan'>Official projected GAN github repo + paper</a></p>"
22
 
23
 
24