Cropinky commited on
Commit
2a2be11
1 Parent(s): 1e02bb6

please dont look at this

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ 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 = "This is a web demo of a projected GAN trained on photos of thirty paintings from the series of paintings Welcome home. \n The abstract expressionism and color field models were initially trained on images from their perspective art directions and then transfer learned to Hana's houses."
17
  inputs = gr.inputs.Radio(["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"
13
  #return f"generating {number_of_images} images from {model}"
14
  return img
15
  if __name__ == "__main__":
16
+ description = "This is a web demo of a projected GAN trained on photos of thirty paintings from the series of paintings Welcome home. The abstract expressionism and color field models were initially trained on images from their perspective art directions and then transfer learned to Hana's houses."
17
  inputs = gr.inputs.Radio(["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"