Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -40,8 +40,8 @@ sandbox = gradio.Interface(fn=process1,
|
|
40 |
inputs=[gradio.Textbox(label="Enter Prompt:")],
|
41 |
outputs=[gradio.Image(label="Produced Image")],
|
42 |
title='AlStable Text to Image',
|
43 |
-
examples=[["
|
44 |
-
["
|
45 |
-
["
|
46 |
|
47 |
sandbox.queue(concurrency_count=20).launch()
|
|
|
40 |
inputs=[gradio.Textbox(label="Enter Prompt:")],
|
41 |
outputs=[gradio.Image(label="Produced Image")],
|
42 |
title='AlStable Text to Image',
|
43 |
+
examples=[["A honey badger in a forest in classic disney style, and trees in background"],
|
44 |
+
["human like honey badger portrait, oil painting style,forest background, in vintedois style"],
|
45 |
+
["portrait close up of honey badger in dreamlike style, blank canvas background"]])
|
46 |
|
47 |
sandbox.queue(concurrency_count=20).launch()
|