TedYeh commited on
Commit
a28c505
1 Parent(s): a116653

update app

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -16,10 +16,10 @@ with gr.Blocks() as demo:
16
  image = gr.Image(type="pil")
17
  with gr.Column(scale=1, min_width=600):
18
  # 設定輸出元件
19
- heights = gr.Textbox(label="Heignt")
20
- bust = gr.Textbox(label="Bust")
21
- waist = gr.Textbox(label="Waist")
22
- hips = gr.Textbox(label="Hips")
23
  en_des = gr.Textbox(label="English description")
24
  zh_des = gr.Textbox(label="Chinese description")
25
 
 
16
  image = gr.Image(type="pil")
17
  with gr.Column(scale=1, min_width=600):
18
  # 設定輸出元件
19
+ heights = gr.Textbox(label="Heignt(身高)")
20
+ bust = gr.Textbox(label="Bust(胸圍)")
21
+ waist = gr.Textbox(label="Waist(腰圍)")
22
+ hips = gr.Textbox(label="Hips(臀圍)")
23
  en_des = gr.Textbox(label="English description")
24
  zh_des = gr.Textbox(label="Chinese description")
25