minoD commited on
Commit
9adf5ee
1 Parent(s): 3037a46

changed sentences

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -71,7 +71,7 @@ def generate_for_gradio(instruction):
71
  iface = gr.Interface(
72
  fn=generate_for_gradio,
73
  inputs=[
74
- gr.Textbox(lines=2, placeholder="指示を入力してください")
75
  ],
76
  outputs="text",
77
  title="ESから質問を生成テスト",
 
71
  iface = gr.Interface(
72
  fn=generate_for_gradio,
73
  inputs=[
74
+ gr.Textbox(lines=2, placeholder="ESの回答を入力してください")
75
  ],
76
  outputs="text",
77
  title="ESから質問を生成テスト",