Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -39,8 +39,7 @@ def process1(prompt):
|
|
39 |
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 |
)
|
|
|
39 |
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'), 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 |
)
|