Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -38,10 +38,8 @@ def main():
|
|
38 |
guidance_scale=7,
|
39 |
num_inference_steps=28
|
40 |
).images[0]
|
41 |
-
image.save("./output/image.png")
|
42 |
|
43 |
-
|
44 |
-
st.image("./output/image.png")
|
45 |
|
46 |
if __name__ == "__main__":
|
47 |
main()
|
|
|
38 |
guidance_scale=7,
|
39 |
num_inference_steps=28
|
40 |
).images[0]
|
|
|
41 |
|
42 |
+
st.image(image)
|
|
|
43 |
|
44 |
if __name__ == "__main__":
|
45 |
main()
|