Spaces:
Runtime error
Runtime error
put impressionism first bcs i think that model generates the best results xd
Browse files
app.py
CHANGED
@@ -14,7 +14,7 @@ def image_generation(model, number_of_images=1):
|
|
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([
|
18 |
outputs = gr.outputs.Image(label="Generated Image", type="pil")
|
19 |
#outputs = "text"
|
20 |
title = "Projected GAN for painting generation v0.2"
|
|
|
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"
|