Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -36,11 +36,13 @@ sandbox = gradio.Interface(fn=process1,
|
|
36 |
inputs=[gradio.Textbox(label="Enter Prompt:"), gradio.Dropdown(model3)],
|
37 |
outputs=[gradio.Image(label="Produced Image")],
|
38 |
title='Text to Image',
|
39 |
-
examples=[
|
40 |
-
["Marvel Blackwidow portrait close up. building city background", "Marvel"],
|
41 |
-
["Benedict Cumberbatch wizard of black magic, Hogwart University, castle tower background", "vintedois"],
|
42 |
["Viggo Mortensen Gryffindor wizard, Hogwart University, castle tower background", "Portrait plus"],
|
43 |
["Male pirate, eye patch, black hat, sailing boat, ocean in background", "CF25"],
|
44 |
-
["
|
|
|
|
|
|
|
|
|
45 |
|
46 |
sandbox.queue(concurrency_count=20).launch()
|
|
|
36 |
inputs=[gradio.Textbox(label="Enter Prompt:"), gradio.Dropdown(model3)],
|
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 |
["Male pirate, eye patch, black hat, 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"],
|
45 |
+
["A white rabbit wizard, Hogwart University, Castle in the background", "dreamlike"]
|
46 |
+
])
|
47 |
|
48 |
sandbox.queue(concurrency_count=20).launch()
|