Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -37,8 +37,8 @@ sandbox = gradio.Interface(fn=process1,
|
|
37 |
outputs=[gradio.Image(label="Produced Image")],
|
38 |
title='Text to Image',
|
39 |
examples=[
|
40 |
-
["Viggo Mortensen Gryffindor wizard, Hogwart University, castle tower background", "Portrait plus"],
|
41 |
-
["
|
42 |
["Portrait close up, Elvis Presley, concert hall in the background", "GTA5"],
|
43 |
["Marvel Blackwidow portrait close up. building city background", "Marvel"],
|
44 |
["Benedict Cumberbatch wizard of black magic, Hogwart University, castle tower background", "vintedois"],
|
|
|
37 |
outputs=[gradio.Image(label="Produced Image")],
|
38 |
title='Text to Image',
|
39 |
examples=[
|
40 |
+
["Viggo Mortensen Gryffindor wizard portrait, Hogwart University, castle tower background", "Portrait plus"],
|
41 |
+
["1girl pirate, left patch, detailed face, black hat, big sailing boat, ocean in background", "CF25"],
|
42 |
["Portrait close up, Elvis Presley, concert hall in the background", "GTA5"],
|
43 |
["Marvel Blackwidow portrait close up. building city background", "Marvel"],
|
44 |
["Benedict Cumberbatch wizard of black magic, Hogwart University, castle tower background", "vintedois"],
|