DrHakase commited on
Commit
37667fb
โ€ข
1 Parent(s): b621da8

Update app.py

Browse files

Japanese texts

Files changed (1) hide show
  1. app.py +7 -7
app.py CHANGED
@@ -281,10 +281,10 @@ if __name__ == '__main__':
281
 
282
  app = gr.Blocks()
283
  with app:
284
- gr.Markdown("# full-body anime GAN\n\n"
285
  "![visitor badge](https://visitor-badge.glitch.me/badge?page_id=skytnt.full-body-anime-gan)\n\n")
286
  with gr.Tabs():
287
- with gr.TabItem("generate image"):
288
  with gr.Row():
289
  with gr.Column():
290
  gr.Markdown("generate image")
@@ -301,7 +301,7 @@ if __name__ == '__main__':
301
  select_img_input_w1 = gr.Variable()
302
  select_img_input_img1 = gr.Variable()
303
 
304
- with gr.TabItem("encode image"):
305
  with gr.Row():
306
  with gr.Column():
307
  gr.Markdown("you'd better upload a standing full-body image")
@@ -318,13 +318,13 @@ if __name__ == '__main__':
318
  select_img_input_w2 = gr.Variable()
319
  select_img_input_img2 = gr.Variable()
320
 
321
- with gr.TabItem("generate video"):
322
  with gr.Row():
323
  with gr.Column():
324
- gr.Markdown("generate video between 2 images")
325
  with gr.Row():
326
  with gr.Column():
327
- select_img1_dropdown = gr.Radio(label="Select image 1", value="current generated image",
328
  choices=["current generated image",
329
  "current encoded image"], type="index")
330
  with gr.Group():
@@ -332,7 +332,7 @@ if __name__ == '__main__':
332
  select_img1_output_img = gr.Image(label="selected image 1")
333
  select_img1_output_w = gr.Variable()
334
  with gr.Column():
335
- select_img2_dropdown = gr.Radio(label="Select image 2", value="current generated image",
336
  choices=["current generated image",
337
  "current encoded image"], type="index")
338
  with gr.Group():
 
281
 
282
  app = gr.Blocks()
283
  with app:
284
+ gr.Markdown("# full-body anime GAN fork from [skytnt](https://huggingface.co/spaces/skytnt/full-body-anime-gan)\n\n"
285
  "![visitor badge](https://visitor-badge.glitch.me/badge?page_id=skytnt.full-body-anime-gan)\n\n")
286
  with gr.Tabs():
287
+ with gr.TabItem("generate image ๆ–ฐ่ฆ็”ปๅƒ็”Ÿๆˆ"):
288
  with gr.Row():
289
  with gr.Column():
290
  gr.Markdown("generate image")
 
301
  select_img_input_w1 = gr.Variable()
302
  select_img_input_img1 = gr.Variable()
303
 
304
+ with gr.TabItem("encode image ็”ปๅƒใ‹ใ‚‰ใ‚จใƒณใ‚ณใƒผใƒ‰"):
305
  with gr.Row():
306
  with gr.Column():
307
  gr.Markdown("you'd better upload a standing full-body image")
 
318
  select_img_input_w2 = gr.Variable()
319
  select_img_input_img2 = gr.Variable()
320
 
321
+ with gr.TabItem("generate video ใƒ“ใƒ‡ใ‚ชๅˆๆˆ"):
322
  with gr.Row():
323
  with gr.Column():
324
+ gr.Markdown("generate video between 2 images 2ใคใฎ็”ปๅƒใ‹ใ‚‰ใƒ“ใƒ‡ใ‚ชใ‚’็”Ÿๆˆใ—ใพใ™")
325
  with gr.Row():
326
  with gr.Column():
327
+ select_img1_dropdown = gr.Radio(label="Select image 1", value="current generated image ็พๅœจใฎ็”Ÿๆˆ็”ปๅƒใ‹ใ‚‰",
328
  choices=["current generated image",
329
  "current encoded image"], type="index")
330
  with gr.Group():
 
332
  select_img1_output_img = gr.Image(label="selected image 1")
333
  select_img1_output_w = gr.Variable()
334
  with gr.Column():
335
+ select_img2_dropdown = gr.Radio(label="Select image 2", value="current generated image ็พๅœจใฎ็”Ÿๆˆ็”ปๅƒใ‹ใ‚‰",
336
  choices=["current generated image",
337
  "current encoded image"], type="index")
338
  with gr.Group():