Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,8 @@ def desc_to_image(desc):
|
|
15 |
print("about to die",prompt)
|
16 |
|
17 |
|
18 |
-
img=iface(desc, steps, width, height, images, diversity)[0]
|
|
|
19 |
return img
|
20 |
|
21 |
|
|
|
15 |
print("about to die",prompt)
|
16 |
|
17 |
|
18 |
+
#img=iface(desc, steps, width, height, images, diversity)[0]
|
19 |
+
img=iface(desc)[0]
|
20 |
return img
|
21 |
|
22 |
|