Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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()
|