Spaces:
Runtime error
Runtime error
Update space
Browse files
image.py
CHANGED
|
@@ -17,3 +17,4 @@ prompt = '그녀를 바라보는 한 남자의 야망'
|
|
| 17 |
image = pipe(prompt=prompt).images[0]
|
| 18 |
image.save("output_scene2.png")
|
| 19 |
print("✅ 이미지 저장 완료: output_scene2.png")
|
|
|
|
|
|
| 17 |
image = pipe(prompt=prompt).images[0]
|
| 18 |
image.save("output_scene2.png")
|
| 19 |
print("✅ 이미지 저장 완료: output_scene2.png")
|
| 20 |
+
print("확인용")
|