yuji96 commited on
Commit
380dc97
·
1 Parent(s): e60538d
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,8 +17,8 @@ demo = gr.Interface(
17
  ]
18
  ],
19
  outputs=[
20
- gr.Textbox(label="title (ページタイトル)"),
21
  gr.Textbox(label="selling_points (抽出されたセールスポイント)"),
 
22
  ],
23
  )
24
 
 
17
  ]
18
  ],
19
  outputs=[
 
20
  gr.Textbox(label="selling_points (抽出されたセールスポイント)"),
21
+ gr.Textbox(label="title (ページタイトル)"),
22
  ],
23
  )
24