AlStable commited on
Commit
cf38f6e
1 Parent(s): 383f482

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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=[["lovely scenery with a honey badger in a forest ; in the style of walt disney"],
44
- ["lovely scenery with a honey badger in a forest ; in the style of vintedois"],
45
- ["lovely scenery with a honey badger in a forest ; in the style of dreamlike"]])
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()