Spaces:
Runtime error
Runtime error
bug fix
Browse files
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 |
|