p1atdev commited on
Commit
8617234
·
verified ·
1 Parent(s): 1039871

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +29 -20
app.py CHANGED
@@ -198,55 +198,64 @@ def demo():
198
  gr.Examples(
199
  examples=[
200
  [
201
- "A girl with fox ears and tail in maid costume is looking at viewer.",
202
  False,
203
  "",
204
  "very_short",
 
205
  ],
206
  [
207
- "Hatsune Miku is looking at viewer.",
208
- True,
209
- "",
210
- "very_short",
211
- ],
212
- [
213
- "Fujita Kotone, Tsukimura Temari, Hanami Saki from Gakuen Idolmaster. They are in the hole, there are some tables and chairs. One's face is shaded, one is crying, and one is 😊.",
214
- True,
215
  "",
216
- "short",
 
217
  ],
218
  [
219
- "A single girl wearing red hood is sleeping in the forest. View angle from above. grass field. many colorful flowers. Bright atmosphere.",
220
  False,
221
  "",
222
- "short",
 
223
  ],
224
  [
225
- "Arona and Plana are hugging each other.",
226
  True,
227
- "blue archive",
228
  "short",
 
229
  ],
230
  [
231
- "Arona and Plana are hugging each other.",
232
  True,
233
- "blue archive",
234
- "very_long",
 
235
  ],
236
  [
237
- "There are two girls. A vivacious blonde gyaru leans against a classroom desk, her flashy accessories jingling as she gestures animatedly. Across from her stands the prim and proper class representative, her long black hair neatly framing her face as she listens attentively, occasionally adjusting her glasses with a delicate touch.",
238
  False,
239
  "",
240
  "long",
 
241
  ],
242
  [
243
- "1girl, solo, white and blue medium hair with side braid, dark blue parka with hoodie, looking at somewhere else viewer, cowboy shot, with many cats. the girl has cat ears and tail.",
244
  False,
245
  "",
246
  "short",
 
 
 
 
 
 
 
 
247
  ],
 
248
  ],
249
- inputs=[text, auto_detect, copyright_tags, length],
250
  )
251
 
252
  gr.on(
 
198
  gr.Examples(
199
  examples=[
200
  [
201
+ "猫耳で黒髪ロング、黄色い目で制服を着た少女がこっちを見てる。青背景で白い枠がついてる。ソファに座って足を組んでいる。",
202
  False,
203
  "",
204
  "very_short",
205
+ "translate",
206
  ],
207
  [
208
+ "猫耳で黒髪ロング、黄色い目で制服を着た少女がこっちを見てる。青背景で白い枠がついてる。ソファに座って足を組んでいる。",
209
+ False,
 
 
 
 
 
 
210
  "",
211
+ "long",
212
+ "translate + extend",
213
  ],
214
  [
215
+ "猫耳少女のポートレート。:3 ",
216
  False,
217
  "",
218
+ "very_short",
219
+ "translate + extend",
220
  ],
221
  [
222
+ "学園アイドルマスター。ジャージを着た篠澤広が疲れ切っており、床に座って笑いながらこっちを見ている",
223
  True,
224
+ "",
225
  "short",
226
+ "translate",
227
  ],
228
  [
229
+ "ガールズバンドクライの井芹ニナと桃華。シンプル背景。小指を立ててこっちを向いている。feet out of frame",
230
  True,
231
+ "",
232
+ "long",
233
+ "translate + extend",
234
  ],
235
  [
236
+ "夜の暗い路地で、黒い服に身を包んだ女がこっちを振り返っている。白いシャツとネクタイ、ジャケットに、手袋をしている",
237
  False,
238
  "",
239
  "long",
240
+ "translate + extend",
241
  ],
242
  [
243
+ "一人の少女の横顔で、全体的に赤い雰囲気。髪は肩までの長さで、横を向いている。",
244
  False,
245
  "",
246
  "short",
247
+ "translate + extend",
248
+ ],
249
+ [
250
+ "二人の少女がいる。一人は、blonde hair で long hair、もう一人は brown hair で short hair。二人とも制服。少なくとも片方はブレザーを着ている。場所は教室で、窓から日差しが差し込んでいる。cowboy shot。一人は机に座っていて、もう一人は立っている。",
251
+ False,
252
+ "",
253
+ "long",
254
+ "translate + extend",
255
  ],
256
+
257
  ],
258
+ inputs=[text, auto_detect, copyright_tags, length, translation_mode],
259
  )
260
 
261
  gr.on(