Update app.py
Browse files
app.py
CHANGED
@@ -72,6 +72,21 @@ with demo:
|
|
72 |
],
|
73 |
[model, prompt, width, height, num_inference_steps, guidance_scale]
|
74 |
)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
75 |
|
76 |
btn.click(
|
77 |
generate_image,
|
|
|
72 |
],
|
73 |
[model, prompt, width, height, num_inference_steps, guidance_scale]
|
74 |
)
|
75 |
+
|
76 |
+
gr.Markdown(
|
77 |
+
r"""
|
78 |
+
一些模型生成的图片:
|
79 |
+
|
80 |
+
| Image | model | prompt |
|
81 |
+
| - | - | - |
|
82 |
+
| ![](https://huggingface.co/megemini/shanshui_style/resolve/main/img/shanshui_style_0.jpeg) | megemini/shanshui_style | A fantasy landscape in \<shanshui-style\> |
|
83 |
+
| ![](https://huggingface.co/megemini/shanshui_style/resolve/main/img/shanshui_style_1.jpeg) | megemini/shanshui_style | A fantasy landscape in \<shanshui-style\> |
|
84 |
+
| ![](https://huggingface.co/megemini/shanshui_style/resolve/main/img/shanshui_style_2.jpeg) | megemini/shanshui_style | A fantasy landscape in \<shanshui-style\> |
|
85 |
+
| ![](https://huggingface.co/megemini/shanshui_gen_style/resolve/main/img/shanshui_gen_style_0.jpeg) | megemini/shanshui_gen_style | A fantasy landscape in \<shanshui-gen-style\> |
|
86 |
+
| ![](https://huggingface.co/megemini/shanshui_gen_style/resolve/main/img/shanshui_gen_style_1.jpeg) | megemini/shanshui_gen_style | A fantasy landscape in \<shanshui-gen-style\> |
|
87 |
+
| ![](https://huggingface.co/megemini/shanshui_gen_style/resolve/main/img/shanshui_gen_style_2.jpeg) | megemini/shanshui_gen_style | A fantasy landscape in \<shanshui-gen-style\> |
|
88 |
+
"""
|
89 |
+
)
|
90 |
|
91 |
btn.click(
|
92 |
generate_image,
|