Spaces:
Runtime error
Runtime error
chenjian
commited on
Commit
•
6a2d87a
1
Parent(s):
fe7cca4
fix examples
Browse files
app.py
CHANGED
@@ -105,42 +105,52 @@ block = gr.Blocks(css=css)
|
|
105 |
examples = [
|
106 |
[
|
107 |
'戴着眼镜的猫',
|
|
|
108 |
'油画(Oil painting)'
|
109 |
],
|
110 |
[
|
111 |
'日落时的城市天际线,史前遗迹风格',
|
|
|
112 |
'油画(Oil painting)'
|
113 |
],
|
114 |
[
|
115 |
'一只猫坐在椅子上,戴着一副墨镜, low poly 风格',
|
|
|
116 |
'卡通(Cartoon)'
|
117 |
],
|
118 |
[
|
119 |
'一只猫坐在椅子上,戴着一副墨镜,秋天风格',
|
|
|
120 |
'探索无限(Explore infinity)'
|
121 |
],
|
122 |
[
|
123 |
'蒙娜丽莎,赛博朋克,宝丽来,33毫米,蒸汽波艺术',
|
|
|
124 |
'探索无限(Explore infinity)'
|
125 |
],
|
126 |
[
|
127 |
'一只猫坐在椅子上,戴着一副墨镜,海盗风格',
|
|
|
128 |
'探索无限(Explore infinity)'
|
129 |
],
|
130 |
[
|
131 |
'一条由闪电制成的令人敬畏的龙,概念艺术',
|
|
|
132 |
'探索无限(Explore infinity)'
|
133 |
],
|
134 |
[
|
135 |
'梵高猫头鹰,蒸汽波艺术',
|
|
|
136 |
'探索无限(Explore infinity)'
|
137 |
],
|
138 |
[
|
139 |
'萨尔瓦多·达利描绘古代文明的超现实主义梦幻油画,写实风格',
|
|
|
140 |
'探索无限(Explore infinity)'
|
141 |
],
|
142 |
[
|
143 |
'夕阳日落时,阳光落在云层上,海面波涛汹涌,风景,胶片感',
|
|
|
144 |
'探索无限(Explore infinity)'
|
145 |
]
|
146 |
]
|
|
|
105 |
examples = [
|
106 |
[
|
107 |
'戴着眼镜的猫',
|
108 |
+
'中文(Chineses)',
|
109 |
'油画(Oil painting)'
|
110 |
],
|
111 |
[
|
112 |
'日落时的城市天际线,史前遗迹风格',
|
113 |
+
'中文(Chineses)',
|
114 |
'油画(Oil painting)'
|
115 |
],
|
116 |
[
|
117 |
'一只猫坐在椅子上,戴着一副墨镜, low poly 风格',
|
118 |
+
'中文(Chineses)',
|
119 |
'卡通(Cartoon)'
|
120 |
],
|
121 |
[
|
122 |
'一只猫坐在椅子上,戴着一副墨镜,秋天风格',
|
123 |
+
'中文(Chineses)',
|
124 |
'探索无限(Explore infinity)'
|
125 |
],
|
126 |
[
|
127 |
'蒙娜丽莎,赛博朋克,宝丽来,33毫米,蒸汽波艺术',
|
128 |
+
'中文(Chineses)',
|
129 |
'探索无限(Explore infinity)'
|
130 |
],
|
131 |
[
|
132 |
'一只猫坐在椅子上,戴着一副墨镜,海盗风格',
|
133 |
+
'中文(Chineses)',
|
134 |
'探索无限(Explore infinity)'
|
135 |
],
|
136 |
[
|
137 |
'一条由闪电制成的令人敬畏的龙,概念艺术',
|
138 |
+
'中文(Chineses)',
|
139 |
'探索无限(Explore infinity)'
|
140 |
],
|
141 |
[
|
142 |
'梵高猫头鹰,蒸汽波艺术',
|
143 |
+
'中文(Chineses)',
|
144 |
'探索无限(Explore infinity)'
|
145 |
],
|
146 |
[
|
147 |
'萨尔瓦多·达利描绘古代文明的超现实主义梦幻油画,写实风格',
|
148 |
+
'中文(Chineses)',
|
149 |
'探索无限(Explore infinity)'
|
150 |
],
|
151 |
[
|
152 |
'夕阳日落时,阳光落在云层上,海面波涛汹涌,风景,胶片感',
|
153 |
+
'中文(Chineses)',
|
154 |
'探索无限(Explore infinity)'
|
155 |
]
|
156 |
]
|