Update app.py
Browse files
app.py
CHANGED
@@ -16,6 +16,7 @@ def generate_image(model, prompt, width, height, num_inference_steps, guidance_s
|
|
16 |
guidance_scale=7.5,
|
17 |
height=height,
|
18 |
width=width,).images[0]
|
|
|
19 |
return image
|
20 |
|
21 |
demo = gr.Blocks()
|
@@ -23,7 +24,7 @@ demo = gr.Blocks()
|
|
23 |
with demo:
|
24 |
gr.Markdown(
|
25 |
r"""
|
26 |
-
### 当中国水墨山水遇上AIGC
|
27 |
"""
|
28 |
)
|
29 |
|
|
|
16 |
guidance_scale=7.5,
|
17 |
height=height,
|
18 |
width=width,).images[0]
|
19 |
+
|
20 |
return image
|
21 |
|
22 |
demo = gr.Blocks()
|
|
|
24 |
with demo:
|
25 |
gr.Markdown(
|
26 |
r"""
|
27 |
+
### ☯ 当中国水墨山水遇上AIGC ☯
|
28 |
"""
|
29 |
)
|
30 |
|