AlStable commited on
Commit
d51c73e
1 Parent(s): 02d97a3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -41,6 +41,6 @@ sandbox = gradio.Interface(fn=process1,
41
  outputs=[gradio.Image(label="Produced Image")],
42
  title='AlStable Text to Image'), examples=[["lovely scenery with a honey badger in a forest ; in the style of walt disney"],
43
  ["lovely scenery with a honey badger in a forest ; in the style of vintedois"],
44
- ["lovely scenery with a honey badger in a forest ; in the style of dreamlike"]]
45
- )
46
  sandbox.queue(concurrency_count=20).launch()
 
41
  outputs=[gradio.Image(label="Produced Image")],
42
  title='AlStable Text to Image'), examples=[["lovely scenery with a honey badger in a forest ; in the style of walt disney"],
43
  ["lovely scenery with a honey badger in a forest ; in the style of vintedois"],
44
+ ["lovely scenery with a honey badger in a forest ; in the style of dreamlike"]])
45
+
46
  sandbox.queue(concurrency_count=20).launch()