Spaces:
Runtime error
Runtime error
Commit
·
614204f
1
Parent(s):
79b5f85
Update app.py
Browse files
app.py
CHANGED
@@ -28,7 +28,7 @@ iface = gr.Interface(
|
|
28 |
# 上記で定義したテキスト生成関数を使用
|
29 |
generate,
|
30 |
# 入力としてテキストボックスを使用
|
31 |
-
inputs = gr.Textbox(label = "Input a text",
|
32 |
# 出力はテキスト形式
|
33 |
outputs="text",
|
34 |
# UIのタイトル設定
|
|
|
28 |
# 上記で定義したテキスト生成関数を使用
|
29 |
generate,
|
30 |
# 入力としてテキストボックスを使用
|
31 |
+
inputs = gr.Textbox(label = "Input a text", value = "攻撃性を評価したいコメントを入力してください."),
|
32 |
# 出力はテキスト形式
|
33 |
outputs="text",
|
34 |
# UIのタイトル設定
|