AlStable commited on
Commit
9ea0771
1 Parent(s): a7f1659

Update app.py

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