Spaces:
Running
Running
root
commited on
Commit
·
cc5da85
1
Parent(s):
d8a5a4d
add one more type in class draw
Browse files
app.py
CHANGED
|
@@ -103,7 +103,7 @@ if __name__ == "__main__":
|
|
| 103 |
"照片,摄影(picture photography)", "油画(oil painting)",
|
| 104 |
"铅笔素描(pencil sketch)", "CG",
|
| 105 |
"水彩画(watercolor painting)", "水墨画(ink and wash)",
|
| 106 |
-
"插画(illustrations)", "3D"],
|
| 107 |
label="生成类型(type)",
|
| 108 |
show_label=True,
|
| 109 |
value="通用(general)")
|
|
|
|
| 103 |
"照片,摄影(picture photography)", "油画(oil painting)",
|
| 104 |
"铅笔素描(pencil sketch)", "CG",
|
| 105 |
"水彩画(watercolor painting)", "水墨画(ink and wash)",
|
| 106 |
+
"插画(illustrations)", "3D", "图生图(img2img)"],
|
| 107 |
label="生成类型(type)",
|
| 108 |
show_label=True,
|
| 109 |
value="通用(general)")
|