Update app.py
Browse files
app.py
CHANGED
@@ -28,7 +28,9 @@ with demo:
|
|
28 |
r"""
|
29 |
[【Hackathon】基于PaddleNLP PPDiffusers 训练 AIGC 趣味模型](https://github.com/PaddlePaddle/community/blob/master/hackthon_4th/%E3%80%90PaddlePaddle%20Hackathon%204%E3%80%91%20%E6%A8%A1%E5%9E%8B%E5%A5%97%E4%BB%B6%E5%BC%80%E6%BA%90%E8%B4%A1%E7%8C%AE%E4%BB%BB%E5%8A%A1%E5%90%88%E9%9B%86.md#no105%E5%9F%BA%E4%BA%8Epaddlenlp-ppdiffusers-%E8%AE%AD%E7%BB%83-aigc-%E8%B6%A3%E5%91%B3%E6%A8%A1%E5%9E%8B-)
|
30 |
|
31 |
-
|
|
|
|
|
32 |
"""
|
33 |
)
|
34 |
with gr.Row():
|
@@ -54,17 +56,17 @@ with demo:
|
|
54 |
[
|
55 |
"shanshui_gen_style",
|
56 |
"A fantasy landscape in <shanshui-gen-style>",
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
7.5,
|
61 |
],
|
62 |
[
|
63 |
"shanshui_style",
|
64 |
"A fantasy landscape in <shanshui-style>",
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
7.5,
|
69 |
],
|
70 |
],
|
|
|
28 |
r"""
|
29 |
[【Hackathon】基于PaddleNLP PPDiffusers 训练 AIGC 趣味模型](https://github.com/PaddlePaddle/community/blob/master/hackthon_4th/%E3%80%90PaddlePaddle%20Hackathon%204%E3%80%91%20%E6%A8%A1%E5%9E%8B%E5%A5%97%E4%BB%B6%E5%BC%80%E6%BA%90%E8%B4%A1%E7%8C%AE%E4%BB%BB%E5%8A%A1%E5%90%88%E9%9B%86.md#no105%E5%9F%BA%E4%BA%8Epaddlenlp-ppdiffusers-%E8%AE%AD%E7%BB%83-aigc-%E8%B6%A3%E5%91%B3%E6%A8%A1%E5%9E%8B-)
|
30 |
|
31 |
+
模型 ``shanshui_style`` 可以生成水墨山水画。
|
32 |
+
|
33 |
+
模型 ``shanshui_gen_style`` 可以生成水墨山水画的具像图片。
|
34 |
"""
|
35 |
)
|
36 |
with gr.Row():
|
|
|
56 |
[
|
57 |
"shanshui_gen_style",
|
58 |
"A fantasy landscape in <shanshui-gen-style>",
|
59 |
+
512,
|
60 |
+
288,
|
61 |
+
100,
|
62 |
7.5,
|
63 |
],
|
64 |
[
|
65 |
"shanshui_style",
|
66 |
"A fantasy landscape in <shanshui-style>",
|
67 |
+
512,
|
68 |
+
288,
|
69 |
+
100,
|
70 |
7.5,
|
71 |
],
|
72 |
],
|