Update app.py
Browse files
app.py
CHANGED
@@ -30,6 +30,7 @@ def generate_image(prompt, seed):
|
|
30 |
|
31 |
# 确保返回 PIL 图像
|
32 |
image = result.images[0]
|
|
|
33 |
return image
|
34 |
|
35 |
# 创建Gradio界面(使用 Interface)
|
|
|
30 |
|
31 |
# 确保返回 PIL 图像
|
32 |
image = result.images[0]
|
33 |
+
print(type(image))
|
34 |
return image
|
35 |
|
36 |
# 创建Gradio界面(使用 Interface)
|