akhaliq HF staff commited on
Commit
a34eb0f
1 Parent(s): d79b58e

add language to examples

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