Update app.py
Browse files
app.py
CHANGED
@@ -40,6 +40,6 @@ sandbox = gradio.Interface(fn=process1,
|
|
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()
|
|
|
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()
|