Update app.py
Browse files
app.py
CHANGED
@@ -38,8 +38,8 @@ sandbox = gradio.Interface(fn=process1,
|
|
38 |
inputs=[gradio.Textbox(label="Enter Prompt:"), gradio.Dropdown(model3)],
|
39 |
outputs=[gradio.Image(label="Produced Image")],
|
40 |
title='Text to Image',
|
41 |
-
examples=[["Portrait close up, Elvis Presley, concert hall in the background"],
|
42 |
-
["Marvel Blackwidow portrait close up. building city background"],
|
43 |
-
["A white rabbit wizard, Hogwart University, Castle in the background"]])
|
44 |
|
45 |
sandbox.queue(concurrency_count=20).launch()
|
|
|
38 |
inputs=[gradio.Textbox(label="Enter Prompt:"), gradio.Dropdown(model3)],
|
39 |
outputs=[gradio.Image(label="Produced Image")],
|
40 |
title='Text to Image',
|
41 |
+
examples=[["Portrait close up, Elvis Presley, concert hall in the background", "GTA5"],
|
42 |
+
["Marvel Blackwidow portrait close up. building city background", "Marvel"],
|
43 |
+
["A white rabbit wizard, Hogwart University, Castle in the background", "dreamlike"]])
|
44 |
|
45 |
sandbox.queue(concurrency_count=20).launch()
|