AlStable commited on
Commit
a7f1659
1 Parent(s): cf38f6e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -42,6 +42,7 @@ sandbox = gradio.Interface(fn=process1,
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()
 
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
+ ["A honey badger super hero in a forest in marvel style, and forest trees in background"],
46
  ["portrait close up of honey badger in dreamlike style, blank canvas background"]])
47
 
48
  sandbox.queue(concurrency_count=20).launch()